Go to file
Drygin 70259244aa add contracts 2022-01-27 14:51:44 +03:00
contracts add contracts 2022-01-27 14:51:44 +03:00
scripts add contracts 2022-01-27 14:51:44 +03:00
src add contracts 2022-01-27 14:51:44 +03:00
.env.example init project 2022-01-27 14:51:34 +03:00
.gitignore init project 2022-01-27 14:51:34 +03:00
LICENSE Initial commit 2022-01-25 16:07:03 +03:00
README.md init project 2022-01-27 14:51:34 +03:00
config.json init project 2022-01-27 14:51:34 +03:00
hardhat.config.js init project 2022-01-27 14:51:34 +03:00
package.json init project 2022-01-27 14:51:34 +03:00
yarn.lock init project 2022-01-27 14:51:34 +03:00

README.md

Nova upgrade proposal

There is Tornado governance proposal for upgrade nova contract on Xdai chain.

Tests

  1. Install dependencies:
    yarn install
  1. Create .env file with actual values from .env.sample.

  2. Run tests:

    yarn test
  1. Run linter:
    yarn lint

Deploy

  1. Check config.json for actual values.

  2. Run deploy:

    npx hardhat run scripts/deploy.js --network <network-name>