Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.9 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.9 KB

ISwap Interface

An open source interface for ISwap -- a protocol for decentralized exchange of BSC tokens.

Install dependencies using yarn

apps/web

How to start
nvm use 16.20.2
npm install

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start

Packages

Package Description
sdk An SDK for building applications on top of Pancakeswap
swap-sdk-core Swap SDK Shared code
wagmi Extension for wagmi, including bsc chain and binance wallet connector
awgmi connect to Aptos with similar wagmi React hooks.