118c3b3cfe
``` nns (unknown): 7061fbd31562664b58f422c3dee4acfd70dba8af alphabet 0 (v0.12.1): 2392438eb31100857c0f161c66791872b249aa13 alphabet 1 (v0.12.1): 83ef4226d5d6519ca9c99a5de13b1b5ca223a6ad alphabet 2 (v0.12.1): 6250927beaa9aa5a00171379dcb7187b0c91d17d alphabet 3 (v0.12.1): 1d6a2519ba41a139b2ced1bfd5013938271a7578 alphabet 4 (v0.12.1): b65fc7a3c31cf57a90d7eb1c0e9909e4ca69133c alphabet 5 (v0.12.1): f95b6ff8cd3b027c9911c18115518ad8c5d2f591 alphabet 6 (v0.12.1): 5b17c579bf56884fd68af152432b3b5aee7aee76 audit (v0.12.1): 85fe181f4aa3cbdc94023d97c69001ece0730398 balance (v0.12.1): dc1ec98d9d0c5f9dfade16144defe08cffc5ca55 container (v0.12.1): 1b6e68d299b570e1cb7e86eadfdc06aa2e8e0cc5 neofsid (v0.12.1): 0a64ce753653cc97c0467e1334d9d3678ca8c682 netmap (v0.12.1): 7c5bdb23e36cc7cce95bf42f3ab9e452c2501df1 reputation (v0.12.1): 7ad824fd1eeb1565be2cee3889214b9aa605d2fc ``` Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru> |
||
---|---|---|
.docker | ||
.github | ||
cmd | ||
config | ||
docs | ||
misc | ||
pkg | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
CREDITS.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.
Overview
NeoFS Nodes are organized in peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store his data in NeoFS and pay a competitive price for it.
Users can reliably store object data in the NeoFS network and have a transparent data placement process due to decentralized architecture and flexible storage policies. Each node is responsible for executing the storage policies that the users select for geographical location, reliability level, number of nodes, type of disks, capacity, etc. Thus, NeoFS gives full control over data to users.
Deep Neo Blockchain integration allows NeoFS to be used by dApp directly from NeoVM on the Smart Contract code level. This way dApps are not limited to on-chain storage and can manipulate large amounts of data without paying a prohibitive price.
NeoFS has native gRPC API and popular protocol gates such as AWS S3, HTTP, FUSE and sFTP allowing developers to easily integrate applications without rewriting their code.
Supported platforms
For now we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More platforms will be officially supported after '1.0' release.
Latest version of neofs-node works with neofs-contract v0.9.0.
Contributing
Feel free to contribute to this project after reading the contributing guidelines.
Before starting to work on a certain topic, create a new issue first, describing the feature/topic you are going to implement.
Credits
NeoFS is maintained by NeoSPCC with the help and contributions from community members.
Please see CREDITS for details.