An open source interface for ISwap -- a protocol for decentralized exchange of BSC tokens.
-
Website: InterCroneswap.com
-
Interface: bsc.intercroneswap
-
Docs: ISwap/docs/
-
Email: [email protected]
-
X: X/
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
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. |