This repo will pull data from ARK devnet blockhain, interpret its vendor data
field as a sensor measurement and display it on a 4-sensor dashboard. One wallet address represents one sensor and its transactions represent its measurements. You can add as many sensors as your want to the dashboard, displaying only those you want visible with the visibility toggle.
Read more about the ARK blockchain and how to send your own sensor data to it at Ark pages.
For a quick look, check out the dashboard screenshot.
- React
- MobX for state management
- Eslint for linting
- VictoryCharts for chart display
Copy .env.example
over to env.local
and/or customize environment variables.
Run with yarn start
.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Runs eslint
and prettier
and writes what they could fix to filesystem.