Once applications have been approved and the voters' addresses have been added, your voters can now signup and then vote for projects.
- Navigate to https://maci-platform.vercel.app/signup
- Click
Join
button to signup and wait for transaction confirmation - After signing up, you could navigate to https://maci-platform.vercel.app/projects and click the
Add
button on the project card or add your vote amount in the project details page (https://maci-platform.vercel.app/projects/:projectId) - Click
Ballot
on the navbar to navigate to the ballot page (https://maci-platform.vercel.app/ballot) - Adjust the allocation
- Click
Submit
and send the transaction - If you change your mind, just modify them and press submit again
As a coordinator, you need to tally the poll results and publish them using CDN (see NEXT_PUBLIC_TALLY_URL
env variable). See maci docs for more information.
:::info Please be advised that due to the block gas limit for most EVM networks, the number of votes that can be sent in one batch has been limited to 50. The effort to increase the limit is tracked here. For a list of supported networks and maximum number of votes per batch, please refer to MACI docs. :::