mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 15:41:05 +01:00
492 B
492 B
Dependencies
- node 12
- yarn
- zkutil (
brew install rust && cargo install zkutil
)
Usage
git clone --recursive https://github.com/tornadocash/tornado-deploy
cd tornado-deploy
yarn
cp .env.example .env
yarn build
Note: build script will globally yarn link
torn-token
package
Note: build script will not recompile snark circuit if compilation result already exists
Verify addresses
cat actions.json | jq '.actions[] | {domain,expectedAddress,contract} '