Sova Swap is a simple swap interface built with Next.js and Tailwind CSS. It allows you to swap between Bitcoin and sovaBTC on the Sova Network.
- Node.js (v18 or later recommended)
- pnpm package manager (https://pnpm.io/)
- Install dependencies:
pnpm install
- Create a
.env.local
file in the project root and add your Thirdweb client ID:
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=your-client-id-here
Start the app in development mode with hot reloading:
pnpm dev
Open http://localhost:3000 in your browser to view the app.
To create an optimized production build:
pnpm build
You can then start the production server with:
pnpm start
This project is provided as is without any warranty.