Skip to content

Latest commit

 

History

History
executable file
·
48 lines (33 loc) · 1011 Bytes

README.md

File metadata and controls

executable file
·
48 lines (33 loc) · 1011 Bytes

Market dApp

The frontend dApp to access the Market protocol by Market DAO. dApp Developed by Marbase Inc, BVI

Requirements

  • node: v14.17.0
  • npm: v6.14.13

Notes

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!

LICENSE

Check ./LICENSE