Skip to content

aveandrian/swadex-crypto-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swadex crypto DEX

DEX ispired by this design

  • 1inch API is used to get rates, get token allowances, perfom swaps
  • Moralis API is used to get balances of tokens in Wallet
  • Alchemy API is used to get native token balance

By default DEX is set to work with Polygon Network

In order to run backend:

  1. Navigate to crypto-dex-be
  2. Copy .env.example to .env and add your values
  3. Run npm i
  4. Run node index.js

In order to run frontend:

  1. Navigate to crypto-dex-fe
  2. Copy .env.example to .env and add your values
  3. Run npm i
  4. Run npm run dev
image