GovBlocks.xyz
We help DAOs govern better, so they can build more
Clone the project.
Run yarn
Run yarn build
Create a .env file for your private key(see /solidity/.env.example)
run npx hardhat run scripts/deploy.js --network <the network you are deploying to>
Network options are:
bsc for binance smartchaing testnet
mumbai for polygon testnet
base for coinbase base chain
The deploy script will log the addresses of the deployed contracts to the terminal.
Copy the contract addresses to /frontend/src/utils/contracts.ts under the network you have deployed to.
Follow instructions from readme to start frontend application.
GovBlocks is deployed on the following urls:
Main Site: https://govblocks.xyz
GovBlocks DAO (our example DAO) is deployed on the following urls:
Polygon Mumbai: https://governance.govblocksdao.xyz/ Goerli Base: https://governancebase.govblocksdao.xyz/ BSC Testnet: https://governancebsc.govblocksdao.xyz/