The mock ui is the frontend for the protocol server that provides UI for seller and buyer to execute the transactions.
- src/
- public/
- .env
- .env-sample-buyer
- .env-sample-seller
- .env-sample-both
- Readme
This is the version 0.0.1 of the mock ui
Contributions can be made using the following branching structure:
Branches: master -> Integ -> feat/fix/feature
- Buyer mock engine
- Protocol server
- git
- npm
- Install dependencies
npm i
- Create a .env file with the provided .env-sample file
- Run the application
npm start