RLN contract
Go to file
Richard Ramos 041868eef2
fix: solidity version
2022-10-20 14:47:56 -04:00
contracts fix(rln): typo 2022-10-04 15:15:00 +02:00
scripts Using unindexed events. Setting depth to 20 2022-06-23 18:21:08 +02:00
test refactor(test): improve poseidon/rln register/withdraw test 2022-10-04 14:56:09 +02:00
.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
.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 Readme file for testing and deployment 2022-09-25 23:49:21 +02:00
hardhat.config.ts fix: solidity version 2022-10-20 14:47:56 -04:00
package-lock.json Packages import, RLN name case sensitivity 2022-06-23 15:57:09 +02:00
package.json Packages import, RLN name case sensitivity 2022-06-23 15:57:09 +02:00
tsconfig.json Initializing Repository 2022-06-23 15:36:10 +02:00

README.md

Hardhat Project for Rln-membership-contract

Compilation

npx hardhat compile

Testing

npx hardhat test

Deploying

  • To deploy on local node, first start the local node and then run the deploy script
npx hardhat node
npx hardhat run --network localhost scripts/deploy.ts
  • To deploy to an target network (like Goerli), use the name as mentioned in the Hardhat config file.
npx hardhat run --network <your-network> scripts/deploy.js

References

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