Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.01 KB

NeoFS

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


GitHub release (latest SemVer) License

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 (14+)

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