/DemulaSwap

Personal decentralized exchange.

Primary LanguageJavaScript

DEMULASwap

About

A DEX created to buy a ERC20 token, Demula, on the Polygon network. The program works in simpilar fashion to other decentralized eschanges including Uniswap and SushiSwap, escept it it based around my own token. Demula and the DEX are available publicly.

Prerequisites

  1. Install Node.js

Getting Started

  1. Run the following code in your command line:
#clone repository
$ git clone https://github.com/Demul1/DemulaSwap

#move into repository
$ cd DemulaSwap

#remove current origin repository
$ git remote remove origin
  1. Install necessary dependencies:
#install dependencies
$npm install

#start server
$npm start