mirror of
https://github.com/NicoSerranoP/voteathon.git
synced 2026-04-15 03:00:23 -04:00
Sample Unirep Project
This project demonstrates a basic Unirep application. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
Compile
yarn build
Test
yarn test
Deploy to local hardhat network
yarn hardhat node
and
yarn deploy