Demul1 / DemulaSwap

Personal decentralized exchange.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Personal decentralized exchange.


Languages

Language:JavaScript 95.9%Language:Solidity 2.6%Language:CSS 1.5%