@namehash/nameguard-js
v0.9.1
Published
A JavaScript implementation of NameGuard. Currently implements securePrimaryName with more coming soon.
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 buildInstall NameGuard JS dependencies.
cd /path/to/namekit/packages/nameguard-js pnpm installRun the tests.
pnpm test
