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:
- Navigate to
crypto-dex-be
- Copy .env.example to .env and add your values
- Run
npm i
- Run
node index.js
In order to run frontend:
- Navigate to
crypto-dex-fe
- Copy .env.example to .env and add your values
- Run
npm i
- Run
npm run dev