No description
Find a file
2025-11-05 17:32:39 +03:00
.github workflows: add build workflow 2024-06-10 21:51:31 +03:00
public web: Add tooltip per each main parameter 2025-10-24 17:36:06 +03:00
src web: Add contract balance to NeoFS section, closes #121 2025-11-05 17:24:39 +03:00
.dockerignore [#37] Add newline for all files 2022-06-06 20:23:01 +03:00
.gitignore [#34] Add release Makefile target 2022-06-06 18:57:38 +03:00
get_webstat_metrics.py web: Add contract balance to NeoFS section, closes #121 2025-11-05 17:24:39 +03:00
index.html web: Migrate to vite 2025-03-19 20:40:26 +03:00
LICENSE Initial commit 2022-05-18 14:48:02 +03:00
Makefile web: Migrate to vite 2025-03-19 20:40:26 +03:00
package.json web: Migrate to vite 2025-03-19 20:40:26 +03:00
README.md web: Migrate to vite 2025-03-19 20:40:26 +03:00
requirements.txt fix #112, add requirements.txt 2024-10-18 18:33:24 +03:00
vite.config.mjs web: Migrate to vite 2025-03-19 20:40:26 +03:00

NeoFS

NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.


GitHub release (latest SemVer) License

NeoFS Status page

Overview

NeoFS status monitoring page using React framework under the hood

Requirements

  • make
  • docker
  • node (18+)
  • python

Make instructions

  • Compile the build using make (will be generated in output dir)
  • Start app using make start PORT=3000 (PORT=3000 by default)
  • Get release dir with tar.gz using make release

Getting started for getting metrics

  1. Create virtual environment
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
  1. Run python3
python3 get_webstat_metrics.py

Parameters:

License