Skip to content

Yiwen-Gao/shared-governance-tokens

Repository files navigation

Setup

npm install
npx hardhat compile

Testing

npx hardhat test

Deploying Manually

Only deployments to Ethereum mainnet and Sepolia are available at this time.

  • Fund your wallet address with the network's tokens
  • Copy .env.example to .env, set the environment variables, and source the file
  • Run the deployment file
npx hardhat run scripts/deploy-<contract>.js --network <network>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published