This is the repository for the Common Good project This is an Nx mono repo.
Refer to instructions in apps/contracts/README.md
Refer to instructions in apps/subgraph/README.md
Refer to instructions in apps/interface/README.md
-
Added a
runexecutor for thehardhat runcommand. It takes ascriptoption, which is the path to the script relative to the project folder. Additionally, the script and other parameters can be set in the command options in theproject.json.Examples:
* `yarn nx run contracts:run --script ./scripts/foo.ts --network rinkeby` - * * ``` "run-foo": { "executor": "nx-hardhat:run", "options": { "script": "./scripts/foo.ts", "network": "rinkeby" } }