eefd74c1f3 | ||
---|---|---|
.github/workflows | ||
.husky | ||
common | ||
contracts | ||
deploy | ||
deployments | ||
e2e | ||
test | ||
ui | ||
.env.example | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
.prettierignore | ||
.prettierrc | ||
.solcover.js | ||
.solhint.json | ||
.solhintignore | ||
README.md | ||
hardhat.config.ts | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
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