An open API service indexing awesome lists of open source software.

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

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
```