- Clone this repository
- Change Directory to DAO
$ forge buildAdd the Sandbox details to your Foundry.toml file: Example:
$ [rpc_endpoints]
buildbear = "https://rpc.buildbear.io/sanam"
[etherscan]
buildbear = { key = "verifyContract", url="https://rpc.buildbear.io/verify/etherscan/sanam" }
$ forge script script/Deploy.s.sol --r
pc-url buildbear --private-key "YOUR PRIVATE KEY" --verify --
verifier sourcify --verifier-url https://rpc.buildbear.io/verify/sourcify/server/<YOUR NODE ID> -vvvv --broadcast --slow
$ cast <subcommand>$ forge --help
$ anvil --help
$ cast --help