RLN+Interep contract
Go to file
rymnc eefd74c1f3
feat: ready for demo
2022-12-06 13:46:27 +05:30
.github/workflows fix(ci): add lint check 2022-11-25 11:39:40 +05:30
.husky fix: precommit fmt 2022-11-25 12:09:12 +05:30
common feat: ready for demo 2022-12-06 13:46:27 +05:30
contracts feat: withdrawals/slashing implemented on interep 2022-12-02 12:49:11 +05:30
deploy feat: ready for demo 2022-12-06 13:46:27 +05:30
deployments feat: ready for demo 2022-12-06 13:46:27 +05:30
e2e feat: ready for demo 2022-12-06 13:46:27 +05:30
test fix: move e2e script into e2e/ 2022-12-02 17:32:01 +05:30
ui feat: ui for rln-interep 2022-12-05 12:18:12 +05:30
.env.example Initializing Repository 2022-06-23 15:36:10 +02:00
.eslintignore Initializing Repository 2022-06-23 15:36:10 +02:00
.eslintrc.js Initializing Repository 2022-06-23 15:36:10 +02:00
.gitignore Initializing Repository 2022-06-23 15:36:10 +02:00
.npmignore Initializing Repository 2022-06-23 15:36:10 +02:00
.prettierignore Initializing Repository 2022-06-23 15:36:10 +02:00
.prettierrc Initializing Repository 2022-06-23 15:36:10 +02:00
.solcover.js style: fmt 2022-11-25 11:38:38 +05:30
.solhint.json Initializing Repository 2022-06-23 15:36:10 +02:00
.solhintignore Initializing Repository 2022-06-23 15:36:10 +02:00
README.md chore: replace npm with yarn, ci 2022-11-25 10:12:55 +05:30
hardhat.config.ts feat: ready for demo 2022-12-06 13:46:27 +05:30
package.json chore: use ganache instead of hardhat for local dev - websocket 2022-12-06 11:59:07 +05:30
tsconfig.json feat: e2e test 2022-12-02 16:57:20 +05:30
yarn.lock chore: use ganache instead of hardhat for local dev - websocket 2022-12-06 11:59:07 +05:30

README.md

Hardhat Project for Rln-interep-contract

Compilation

yarn compile

Testing

yarn test

Deploying

  • To deploy on local node, first start the local node and then run the deploy script
yarn start
yarn deploy:localhost
  • To deploy to an target network (like Goerli), use the name as mentioned in the Hardhat config file.
yarn deploy:goerli

References

For more information, see https://hardhat.org/hardhat-runner/docs/guides/project-setup