BOB is a Bitcoin-augmented rollup bringing experimentation and freedom of choice to builders to make a real-world impact. BOBs vision is to onboard the next billion users to Bitcoin.
Follow the guide to get a full understanding of the contract and deploy it to the BOB testnet.
We use foundry extensively for maintaining and testing this contract suite.
git clone --recursive https://github.com/bob-collective/bob-starter-kit.git
cd bob-starter-kit/
forge build
forge test
forge fmt