Skip to content

Tapioca-DAO/TapiocaZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]).

TapiocaZ 🍹 🤙

Tapioca harnessing LayerZero omni-chain infrastructure 🤯

  • TapiocaWrapper Handle the deployment of TOFT contracts and execution of its onlyOwner functions.
  • TapiocaOFT OFT20, Layer-Zero superset of ERC20. Handles the wrap and unwrap of a desired ERC20

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/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

Install

To install this repository:

forge install
yarn