/intercroneswap-bsc

InterCroneswap Interface for the Binance Smart Chain

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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.