Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 881 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 881 Bytes

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