Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtrinch/ark-blockchain-sensors-browser
Browse ARK blockchain sensor data
https://github.com/xtrinch/ark-blockchain-sensors-browser
ark ark-blockchain
Last synced: 12 days ago
JSON representation
Browse ARK blockchain sensor data
- Host: GitHub
- URL: https://github.com/xtrinch/ark-blockchain-sensors-browser
- Owner: xtrinch
- Created: 2020-05-08T11:03:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:45:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T11:04:00.622Z (about 2 months ago)
- Topics: ark, ark-blockchain
- Language: TypeScript
- Homepage:
- Size: 495 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ark blockhain sensors browser
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](https://ark.io/) pages.
For a quick look, check out the [dashboard screenshot](https://github.com/xtrinch/ark-blockchain-sensors-browser/blob/master/screenshots/screenshot1.png).
## Technology stack:
- React
- MobX for state management
- Eslint for linting
- VictoryCharts for chart display## Setup
Copy `.env.example` over to `env.local` and/or customize environment variables.
Run with `yarn start`.## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](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.### `yarn build`
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.
### `yarn format`
Runs `eslint` and `prettier` and writes what they could fix to filesystem.