NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.
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.
- docker
- make
- node (
14+
)
- Compile the build using
make
(will be generated inarchive-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