These smart contracts power Bread Coop's solidarity fund and governance application.
To learn more check out the Bread Coop wiki.
Join in on the conversation in our Discord.
If you have skills (either technical or non-technical) that you believe would benefit our mission, you can fill out this Google Form. Expect to hear from a member of our team within a week regarding any potential opportunities for collaboration.
Contributions to this repo are expected to adhere to the Biconomy Solidity Style Guide.
$ cp .env.example .env$ forge build$ forge fmt$ forge snapshot$ forge test --fork-url "https://rpc.gnosis.gateway.fm" -vvvvforge script script/deploy/DeployYieldDistributor.s.sol:DeployYieldDistributor --rpc-url "https://rpc.gnosis.gateway.fm" --broadcast --private-key <pk>See script/upgrades/README.md for upgrade validation and deployment instructions.