Repository
- Code: github.com/berachain/guides/tree/main/apps/berachain-governance-proposal
- README (raw): raw README
Requirements
- Node, npm (or Foundry/Hardhat depending on repo)
- Wallet with governance/BGT if required for proposal creation
- Understanding of Berachain governance and Reward Vaults (see Reward Vault Governance)
Stack
Typically Foundry or Hardhat, Solidity and/or TypeScript scripts (see repo).Quick start
- Clone and install
- Follow the README for: drafting the proposal payload, targeting the correct governance contract, and submitting (e.g. via script or cast).