-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mikhail Petrov <[email protected]>
- Loading branch information
1 parent
aad0653
commit ed86d2b
Showing
2 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<p align="center"> | ||
<img src="./.github/logo.svg" width="500px" alt="NeoFS"> | ||
</p> | ||
<p align="center"> | ||
<a href="https://fs.neo.org">NeoFS</a> is a decentralized distributed object storage integrated with the <a href="https://neo.org">Neo Blockchain</a>. | ||
</p> | ||
|
||
--- | ||
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nspcc-dev/archive-fs-neo-org?sort=semver) | ||
![License](https://img.shields.io/github/license/nspcc-dev/archive-fs-neo-org.svg?style=popout) | ||
|
||
# Overview | ||
|
||
Archive.NeoFS – Download Blockchain Data Snapshot. Download an offline package of the blockchain data 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 | ||
|
||
- [GNU General Public License v3.0](LICENSE) |