Files
2023-06-18 14:10:31 -04:00
..
2023-06-18 13:21:51 -04:00
2023-06-18 14:10:31 -04:00
2023-06-18 14:10:31 -04:00
2023-06-18 14:10:31 -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