https://github.com/wavesplatform/waves-zksnarks-sample
Testing zkSNARKs in Waves
https://github.com/wavesplatform/waves-zksnarks-sample
Last synced: 3 months ago
JSON representation
Testing zkSNARKs in Waves
- Host: GitHub
- URL: https://github.com/wavesplatform/waves-zksnarks-sample
- Owner: wavesplatform
- License: mit
- Created: 2019-07-04T09:55:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T06:22:36.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T00:16:49.683Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing zkSNARKs at Waves platform
Use node from https://github.com/snjax/Waves/tree/feature/groth16verifier
Set `.env` file
```
WAVES_RPC=https://127.0.0.1:6869/
WAVES_CHAINID=D
MNEMONIC=devaccount1
```
Run
```
npm i && npm run test
```