FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain.
 
 
 
Go to file
Pavel Karpy 403f836968 [#647] pkg/morph: Add constant var to err message
Use defined constant variable instead of
hardcoded number in error message.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2021-06-29 22:29:23 +03:00
.github [#638] Update to Go 1.16 2021-06-29 13:44:59 +03:00
cmd [#652] Update Neo Go to v0.95.3 2021-06-29 13:44:59 +03:00
config [#652] Update testnet config with address groups 2021-06-29 13:44:59 +03:00
docs Specify neofs-contract version at release. 2021-06-03 19:49:10 +03:00
misc [#598] misc: Remove global prefixes 2021-06-09 16:20:37 +03:00
pkg [#647] pkg/morph: Add constant var to err message 2021-06-29 22:29:23 +03:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md Add unreleased section to changelog 2021-06-29 13:44:59 +03:00
CONTRIBUTING.md
CREDITS.md Update changelog for v0.17.0 release 2021-03-22 12:29:11 +03:00
Dockerfile.cli [#638] Update to Go 1.16 2021-06-29 13:44:59 +03:00
Dockerfile.dirty-cli
Dockerfile.dirty-ir
Dockerfile.dirty-storage
Dockerfile.ir [#638] Update to Go 1.16 2021-06-29 13:44:59 +03:00
Dockerfile.storage [#638] Update to Go 1.16 2021-06-29 13:44:59 +03:00
Dockerfile.storage-testnet [#638] Update to Go 1.16 2021-06-29 13:44:59 +03:00
LICENSE
Makefile [#637] build: Delete useless var in Makefile 2021-06-23 13:19:29 +03:00
README.md Specify neofs-contract version at release. 2021-06-03 19:49:10 +03:00
go.mod [#652] Update API Go to v1.28.0 2021-06-29 13:44:59 +03:00
go.sum [#652] Update API Go to v1.28.0 2021-06-29 13:44:59 +03:00

README.md

NeoFS

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


Report GitHub release (latest SemVer) License

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.

License