testing-lumenjs
v0.1.5
Published
js lib for generating lumen proofs
Downloads
6
Readme
lumenjs
A simple lib for zk-pseudonyms.
Installation
pnpm install lumenjs
Local Development
Always use
nvm use
before running any commands to ensure you are using the correct node version.
This application uses pnpm
as the package manager. To install pnpm
run the following command:
npm install -g pnpm
To install all dependencies for the application run the following command:
pnpm install
Building
To build the application run the following command:
pnpm run build