Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 552 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 552 Bytes

TDK Magicswap Example

Example showing how front-ends can interact with the Treasure Development Kit's Magicswap feature, powering swaps, routing, and liquidity operations.

Live Demo

Prerequisites

Development

Install dependencies:

pnpm install

Create .env file based on example and fill in with relevant environment variables:

cp .env.example .env

Start server:

pnpm dev