Home

Awesome

<div align="center"> <img height="120px" src="./logo.png" /> <h1 style="margin-top: 0px">Zeta FuZe [DEPRECATED] 🧬</h1> <p> <a href="https://discord.gg/dD7YREfBkR" ><img alt="Discord Chat" src="https://img.shields.io/discord/841556000632078378?color=blueviolet" /></a> <a href="https://opensource.org/licenses/Apache-2.0" ><img alt="License" src="https://img.shields.io/github/license/project-serum/anchor?color=blueviolet" /></a> </p> </div>

Zeta FuZe [DEPRECATED] - Please use Zeta ABI

FuZe is Zeta's cross-program integration ecosystem.

This repository contains the Zeta Cross Program Invocation (CPI) interface as well as a number of helpful examples and reference implementations on how to compose (fuse) with the Zeta DEX.

Networks

KeyValue
Devnet<span style="color:green">Live</span>
Mainnet<span style="color:green">Live</span>

Cross Program Invocations

Instructions

The instructions currently supported are as follows:

Accounts

The accounts and relevant data that is currently supported (non-exhaustive):

Programs

zeta-cpi

Basic usage examples outlined in a dummy proxy program that simply calls the main zeta program instructions. Also includes account layouts and outlines how to read all relevant on-chain data from the Zeta program. This should give all the boilerplate needed to execute core program functionality both on the Rust program and Typescript client (via tests/zeta_cpi.ts).

examples/vault-put-sell (WIP)

Work in progress

Reference implementation for a put selling vault that uses the Zeta DEX under the hood.

Feature Requests