Skip to content

SovaNetwork/sova-swap

Repository files navigation

Sova Swap

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.

Prerequisites

Installation

  1. Install dependencies:
pnpm install
  1. Create a .env.local file in the project root and add your Thirdweb client ID:
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=your-client-id-here

Running the development server

Start the app in development mode with hot reloading:

pnpm dev

Open http://localhost:3000 in your browser to view the app.

Building for production

To create an optimized production build:

pnpm build

You can then start the production server with:

pnpm start

License

This project is provided as is without any warranty.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published