A decentralized web application built with Next.js 14 and AppKit Connect Wallet, enabling seamless token swaps from the Allfeat blockchain to multiple other blockchains. Efficient, secure, and designed for cross-chain interoperability.
MVP version
git clone https://github.com/AlyraButerin/allfunding-bridge-ui.git && cd allfunding-bridge-ui
Create 2 files
- .env.development
- .env.production
Check the sample.env.development as a template
Edit the @constant/index.ts
file when you need to:
- add new Token pairs
- add ABI
- add smart contract addresses
npm run dev
npm run build && npm run start