An open API service indexing awesome lists of open source software.

https://github.com/Tapioca-DAO/TapiocaZ

Tapioca 🤝 LayerZero
https://github.com/Tapioca-DAO/TapiocaZ

Last synced: 6 months ago
JSON representation

Tapioca 🤝 LayerZero

Awesome Lists containing this project

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