Skip to content

JSTONE1111/CG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommonGood

This is the repository for the Common Good project This is an Nx mono repo.

Apps

Deploying Common Good contracts

Refer to instructions in apps/contracts/README.md

Deploying Common Good Subgraph

Refer to instructions in apps/subgraph/README.md

Serving the Interface application

Refer to instructions in apps/interface/README.md

nx-hardhat

  1. Added a run executor for the hardhat run command. It takes a script option, 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 the project.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"
        }
      }

About

This is the repository for the Common Good project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Solidity 1.2%
  • Other 0.2%