Start your codespace from the codespace dropdown.
Get and run the sandbox with this command:
/bin/bash -c "$(curl -fsSL 'https://sandbox.aztec.network')"aztec-cli compile . --typescript ./src/artifactsor
yarn compileAdd ADMIN to your environment.
ADMIN=0x1d30d4de97657983408587c7a91ba6587774b30f0e70224a0658f0357092f495aztec-cli deploy ./target/Voting.json --args $ADMINyarn testGet the contract code from the monorepo. Specify the version to get at the top of the script.
./update_contract.shYou may need to update permissions with:
chmod +x update_contract.sh