All rights are reserved and the Tapioca codebase is not Open Source or Free. You cannot modify or redistribute this code without explicit written permission from the copyright holder (Tapioca Foundation & BoringCrypto [where applicable]).
To install Foundry:
curl -L https://foundry.paradigm.xyz | bash
This will download foundryup. To start Foundry, run:
foundryup
To clone the repo:
git clone https://github.com/Tapioca-DAO/tapioca-yieldbox-strategies.git && cd tapioca-yieldbox-strategies
To install as a forge library:
forge install Tapioca-DAO/tapioca-yieldbox-strategies
To install as a submodule:
git submodule add https://github.com/Tapioca-DAO/tapioca-yieldbox-strategies.git
To install this repository:
forge install
yarn