zpass-sdk
v0.0.9
Published
zPass is a fast, secure, and privacy-preserving digital identity solution
Downloads
558
Maintainers
Readme
zPass SDK
Running Tests
- Clone this repository
- Install dependencies:
npm install
- Set up local devnet:
- Clone snarkOS
- Start local devnet in mainnet mode:
./devnet
- Follow instructions and select
mainnet
when prompted
- Deploy each program to local devnet:
Note: The validator 0's private key in .env.example has test tokens for local devnetcd programs/<PROGRAM> leo deploy # Uses .env.example with validator 0's private key
- Run tests:
Note: Tests may take several minutes to completecd .. npm run test
Roadmap
- [ ] Add records finder
- [x] Add mainnet support
- [ ] Optimise program execution
- [ ] Web Worker integration
- [ ] Add universal wallet adapter support
- [ ] Documentation and setup guide