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.
To get started with the project, follow these steps:
Make sure you have the following installed:
- Node.js (version 14 or higher)
- npm, yarn, bun or pnpm
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
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.
The project is structured as follows:
The navigation bar is implemented in the navbar.tsx
file. It includes links to different sections of the application and a theme toggle.
The TokenDetails
component fetches and displays information about a specific token, including market stats and links.
The SwapInterface
component allows users to swap tokens.
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.
To learn more about Next.js, check out the following resources:
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.