GZ Github
Last updated
Was this helpful?
Last updated
Was this helpful?
We detail a few of the core contracts.
GridZone.io (ZONE) tokenHolders of ZONE token have the ability to govern the protocol via the governor contract.
Governor AlphaThe administrator of the timelock contract. Holders of ZONE token may create and vote on proposals which will be queued into the timelock.
Pull the repository from GitHub and install its dependencies. You will need installed.
Create files storing private key and infura API key.
Open .secrets.json with text editor, write menemonic, infra API key, and etherscan API key
Compile the smart contracts.
You can deploy contracts and verify with etherscan API key.
And you can deploy contracts and verify them individually.
execute setPendingAdmin of Timelock contract. The parameter is the address of GovernorAlpha contract. This function must be called by Timelock admin
execute __acceptAdmin of GovernorAlpha contract. This function must be called by GovernorAlpha guardian