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]).
Tapioca harnessing LayerZero omni-chain infrastructure 🤯
- TapiocaWrapper Handle the deployment of
TOFT
contracts and execution of itsonlyOwner
functions. - TapiocaOFT
OFT20
, Layer-Zero superset ofERC20
. Handles thewrap
andunwrap
of a desiredERC20
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/TapiocaZ.git && cd TapiocaZ
To install as a forge library:
forge install Tapioca-DAO/TapiocaZ
To install as a submodule:
git submodule add https://github.com/Tapioca-DAO/TapiocaZ.git
To install this repository:
forge install
yarn