@namehash/nameguard-js
v0.7.0
Published
A JavaScript implementation of NameGuard. Currently implements securePrimaryName with more coming soon.
Downloads
10
Readme
NameGuard JS
Running Tests
Set the environment variables documented in
.example.env
.Build the NameGuard SDK.
cd /path/to/namekit/packages/nameguard-sdk pnpm build
Install NameGuard JS dependencies.
cd /path/to/namekit/packages/nameguard-js pnpm install
Run the tests.
pnpm test