Skip to content

Decentralized trading protocol. Trade, earn, and own your crypto on the all-in-one multichain DEX.

License

Notifications You must be signed in to change notification settings

Patrick-Ehimen/KibaSwap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibaswap

Kibaswap is a multichain web3 decentralized exchange (DEX) built with Next.js. This project allows users to trade, earn, and own their crypto assets seamlessly.

Getting Started

To get started with the project, follow these steps:

Prerequisites

Make sure you have the following installed:

  • Node.js (version 14 or higher)
  • npm, yarn, bun or pnpm

Installation

Clone the repository and install the dependencies:

git clone https://github.com/Patrick-Ehimen/KibaSwap.git
cd kibaswap
npm install
or
yarn install
or
pnpm install
or
bun install

Running the Development Server

To run the development server, use the following command:

npm run dev
or
yarn dev
or
pnpm dev
or
bun run dev

Open http://localhost:3000 in your browser to see the application in action.

Project Structure

The project is structured as follows:

Key Components

1. Navbar

The navigation bar is implemented in the navbar.tsx file. It includes links to different sections of the application and a theme toggle.

2. Token Details

The TokenDetails component fetches and displays information about a specific token, including market stats and links.

3. Swap Interface

The SwapInterface component allows users to swap tokens. Swap Interface Swap Interface

Deployment

To deploy your application, you can use Vercel, which is the easiest way to deploy Next.js applications. Follow the Next.js deployment documentation for more details.

Learn More

To learn more about Next.js, check out the following resources:

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

About

Decentralized trading protocol. Trade, earn, and own your crypto on the all-in-one multichain DEX.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published