Install dependencies
yarn install
const [deployer, coordinator, alice, anyone] = await ethers.getSigners();
Start hardhat network at http://127.0.0.1:8545/
yarn start
Compile contracts
yarn compile
Deploy MACI, Ballot, and others.
yarn hardhat:local scripts/deployMaci.ts
Get maci info
yarn hardhat:local scripts/callMaci.ts
Sign up
yarn hardhat:local scripts/signUp.ts
Publish Message
yarn hardhat:local scripts/vote.ts
Publish Messages
yarn hardhat:local scripts/submitMessageBatch.ts
Change Key
yarn hardhat:local scripts/changeVote.ts
yarn hardhat:local scripts/tallyWithoutProofs.ts
yarn hardhat:local scripts/tally.ts