https://github.com/nspcc-dev/archive-fs-neo-org
Neo N3 block archive
https://github.com/nspcc-dev/archive-fs-neo-org
Last synced: 4 months ago
JSON representation
Neo N3 block archive
- Host: GitHub
- URL: https://github.com/nspcc-dev/archive-fs-neo-org
- Owner: nspcc-dev
- License: gpl-3.0
- Created: 2024-12-03T16:05:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-29T13:19:23.000Z (about 1 year ago)
- Last Synced: 2025-05-29T13:41:57.565Z (about 1 year ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.
---


# Overview
Archive.NeoFS – Offline Synchronization Package. Download an offline block dump up to a certain block height. This web application is built on the React framework.
# Requirements
- docker
- make
- node (`18+`)
# Make instructions
* Compile the build using `make` (will be generated in `archive-fs-neo-org` dir)
* Start app using `make start PORT=3000` (PORT=3000 by default)
* Clean up cache directories using `make clean`
* Get release directory with tar.gz using `make release`
# License
- [GNU General Public License v3.0](LICENSE)