https://github.com/bootnodedev/infinex-governance-fork
https://github.com/bootnodedev/infinex-governance-fork
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bootnodedev/infinex-governance-fork
- Owner: BootNodeDev
- License: mit
- Created: 2024-05-30T14:19:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T14:19:49.000Z (about 1 year ago)
- Last Synced: 2025-03-25T09:50:46.038Z (2 months ago)
- Size: 28.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synthetix-v3
[](https://codecov.io/gh/Synthetixio/synthetix-v3)
| Package | Coverage |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| core-js | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| core-contracts | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| core-modules | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| deployer | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| synthetix-main | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| spartan-council | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| grants-council | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| treasury-council | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| ambassador-council | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |
| synthetix-governance | [](https://codecov.io/gh/Synthetixio/synthetix-v3) |```bash
# deploys the governance proxy
ETHERSCAN_API_KEY= DEPLOYER_PRIVATE_KEY= NETWORK_ENDPOINT= npx hardhat deploy --network goerli
# verifies some contracts
ETHERSCAN_API_KEY= DEPLOYER_PRIVATE_KEY= NETWORK_ENDPOINT= npx hardhat deploy:verify --network goerli
# deploys the surrounding contracts
ETHERSCAN_API_KEY= DEPLOYER_PRIVATE_KEY= NETWORK_ENDPOINT= npx hardhat run scripts/deploy.js --network goerli
# verify the surrounding contracts
ETHERSCAN_API_KEY= DEPLOYER_PRIVATE_KEY= NETWORK_ENDPOINT= npx hardhat run scripts/verify.js --network goerli
# initialises the governance
ETHERSCAN_API_KEY= DEPLOYER_PRIVATE_KEY= NETWORK_ENDPOINT= npx hardhat run scripts/initialise.js --network goerli# interacts with a deployment
ETHERSCAN_API_KEY= DEPLOYER_PRIVATE_KEY= NETWORK_ENDPOINT= npx hardhat interact --network goerli
```