RLN+Interep contract
Go to file
rymnc 4cbfc0feb0
feat: use hardhat-deploy, clean up poseidon hasher tests
2022-11-25 11:13:49 +05:30
.github/workflows fix(ci): id of coverage step 2022-11-25 10:20:05 +05:30
common feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
contracts feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
deploy feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
deployments/localhost feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
test feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +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 chore: replace npm with yarn, ci 2022-11-25 10:12:55 +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: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
package.json feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
tsconfig.json feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +05:30
yarn.lock feat: use hardhat-deploy, clean up poseidon hasher tests 2022-11-25 11:13:49 +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