The frontend dApp to access the Market protocol by Market DAO. dApp Developed by Marbase Inc, BVI
- node:
v14.17.0
- npm:
v6.14.13
How to run the dApp?
Add the following values in .env
REACT_APP_CHAIN_ID=137
REACT_APP_DEV_API_HOST=YOUR_HOST
REACT_APP_ALCHEMY_RPC=YOUR_ALCHEMY_RPC_URL
REACT_APP_INFURA_RPC=YOUR_INFURA_RPC_URL
VERCEL_URL=YOUR_HOST
Install the required packages
npm install
Run the dApp
npm run start
What are the "compiled" folders in src/static?
- The
src/static/compiled
folder has misc. files that are auto generated from scripts like: rari-tokens-generator - You can generate these files using
npm install
. - These files are gitignored so do not worry about trying to commit them!
Check ./LICENSE