Skip to content

nspcc-dev/archive-fs-neo-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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