https://github.com/Tapioca-DAO/TapiocaZ
Tapioca 🤝 LayerZero
https://github.com/Tapioca-DAO/TapiocaZ
Last synced: 6 months ago
JSON representation
Tapioca 🤝 LayerZero
- Host: GitHub
- URL: https://github.com/Tapioca-DAO/TapiocaZ
- Owner: Tapioca-DAO
- Created: 2022-06-17T15:52:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T06:47:26.000Z (over 1 year ago)
- Last Synced: 2024-09-13T16:27:10.543Z (over 1 year ago)
- Language: Solidity
- Size: 7.3 MB
- Stars: 28
- Watchers: 2
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-layerzero - TapiocaDAO
README
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](docs/TapiocaWrapper.md) Handle the deployment of `TOFT` contracts and execution of its `onlyOwner` functions.
- [TapiocaOFT](docs/TapiocaOFT.md) `OFT20`, Layer-Zero superset of `ERC20`. Handles the `wrap` and `unwrap` of a desired `ERC20`
## Usage
To install Foundry:
```sh
curl -L https://foundry.paradigm.xyz | bash
```
This will download foundryup. To start Foundry, run:
```sh
foundryup
```
To clone the repo:
```sh
git clone https://github.com/Tapioca-DAO/TapiocaZ.git && cd TapiocaZ
```
To install as a forge library:
```sh
forge install Tapioca-DAO/TapiocaZ
```
To install as a submodule:
```sh
git submodule add https://github.com/Tapioca-DAO/TapiocaZ.git
```
## Install
To install this repository:
```bash
forge install
yarn
```