MIT - The Website and Code is free to use/modify/copy
If find any spelling errors in the readme -> I write code - not books ;-)
- Visiual Studio 2019 Prview. (for js)
- Atom (for php)
- React
- npm
- yarn
- php
The website displays report data generated by Eth2Overwatch: https://github.com/mauser001/Eth2Overwatch
PHP Scripts
- php/saveReport.php: Saves the report data, sent by the Eth2Overwatch.
- In the file php-data/codes.json is a list of valid keys for wich the report data can be sent.
{"codeX": true,"codeY": true}
- In the file php-data/codes.json is a list of valid keys for wich the report data can be sent.
- php/loadReport.php: Loads the saved report data.