Kinco-dev / uniswap-clone-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

** No rigorous verification and testing has been done on this project, issues might still exists in the project. Contribution and improvement from community developers are welcome. **

The project is cloned from uniswap v2. This repo is the front-end part of the project. For the contract of the project, please refer to: https://github.com/treelaketreelake/swap-contracts.

The main process of this project has been verified working on the Alaya network, including following features:

  • Connect to Samurai wallet.
  • Add and remove the liquidity of trading pairs.
  • Exchange between tokens.

Run

Development and Debugging

yarn
yarn start

Publish

yarn build

Overall Go Live Process

Please refer to: https://github.com/treelaketreelake/swap-frontend/tree/main/docs/deploy.md

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.3%Language:JavaScript 0.4%Language:HTML 0.3%Language:Shell 0.0%