UI for holofuel app
- clone and run the holofuel repo
- clone and run this repo (see below)
- clone this repo
- cd into the directory
- make sure holofuel is running
You can check this at http://localhost:3141
If you look at an API function you should see valid info, ex. http://localhost:3141/fn/transaction/getSystemInfo
- yarn install or npm install
- yarn start or npm start
You should get a UI at localhost:3000 which uses localhost:3141 as it's back end
NOTE: This screenshot is just an example of the application at a particular moment in development and may not represent the current state of development on any particular branch.