A few months ago, we were challenged to copy the amazing Stealthdrop project. Challenge accepted.
This is a much faster version of Stealthdrop, built with Noir.
- Install nargo version 0.17.0 with
noirup -v 0.17.0
- Rename
env.examples
to.env
, you can set up a number of things there but it contains sensible defaults - Install dependencies by running
yarn
- Compile the project with
yarn compile
- Optionally run
yarn gen
if you want fresh addresses, or if you changed the.env
file - Run
NETWORK=localhost yarn dev
There's a config to deploy on the Mumbai testnet as well. Just fill the details on the .env
file and add NETWORK=mumbai
on your commands.
To run the test file, try yarn test