0xPeterPan / DeFi-Exchange

Home Page:crypto-devils-dex.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Devils Decentralised-Exchange

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Build your own Decentralized Exchange like Uniswap

  1. This is an exchange with only one asset pair (Eth / Crypto Devil).

  2. The Dex should take a fees of 1% on swaps.

  3. When user adds liquidity, they should be given Crypto Devil LP tokens (Liquidity Provider tokens).

  4. CD LP tokens should be given proportional to the Ether user is willing to add to the liquidity.

Made with ❤ by Crypto Devils 🥑

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Personally, I always deploy on Vercel; not only my Next.js projects, but also my React.js projects.

About

crypto-devils-dex.vercel.app


Languages

Language:JavaScript 96.4%Language:CSS 3.6%