Find gist for workshop here.
- Aztec sandbox
/bin/bash -c "$(curl -fsSL 'https://sandbox.aztec.network')"
(for this you need Docker) - Aztec-cli
npm install -g @aztec/cli
In contracts/voting
aztec-cli compile .
After compilation, with sandbox running
aztec-cli deploy ./target/Voting.json --args <admin_address>
You can find existing acount addresses in the running sandbox output