This repository contains code examples written in TypeScript for interacting with IPOR Fusion, with a focus on accessing and utilizing Plasma Vaults.
IPOR Fusion is a decentralized finance (DeFi) yield optimization framework developed by IPOR Labs. It acts as a meta-aggregation, execution, and intelligence engine, designed to streamline on-chain asset management. Fusion enables users and protocols to optimize yield strategies across multiple DeFi platforms, providing efficient, automated, and intelligent asset allocation.
- Language: TypeScript
- Focus: Accessing Plasma Vaults via IPOR Fusion
- Purpose: Educational and practical code examples for developers and integrators
abi/
– ABIs for smart contracts used in the examplesexamples/
– TypeScript code examples demonstrating how to interact with IPOR Fusion and Plasma Vaultslib/
– Utility libraries and helpers
- Install dependencies:
pnpm install
- Set up environment variables:
- Copy
.env.example
to.env
and fill in the required values.
- Copy
- Run tests:
pnpm test