Skip to content

Tapioca-DAO/tap-yieldbox

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2024
Jul 21, 2024
Jul 22, 2024
Apr 29, 2024
Feb 1, 2024
Nov 23, 2023
Nov 23, 2023
Feb 16, 2024
Jul 21, 2024
Nov 23, 2023
Nov 23, 2023
Jul 21, 2024
Jul 21, 2024
Feb 1, 2024
Jun 3, 2024
Apr 29, 2024
Mar 6, 2024
Jun 2, 2024
Feb 1, 2024
Jun 2, 2024

Repository files navigation

Yieldbox

YieldBox contracts with Tapioca project architecture

Usage

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/tap-yieldbox.git && cd tap-yieldbox

To install as a forge library:

forge install Tapioca-DAO/tap-yieldbox

To install as a submodule:

git submodule add https://github.com/Tapioca-DAO/tap-yieldbox.git

Install

To install this repository:

forge install
yarn