26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
|
# We make FrostFS
|
||
|
|
||
|
[FrostFS] is a decentralized distributed object storage integrated with the
|
||
|
[NEO Blockchain][NEO].
|
||
|
|
||
|
FrostFS nodes organize into a 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 their data in
|
||
|
FrostFS and pay a competitive price for it.
|
||
|
|
||
|
Deep integration with Neo Blockchain allows FrostFS to be used by dApps
|
||
|
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.
|
||
|
|
||
|
FrostFS has a native gRPC API and has protocol gateways for popular protocols
|
||
|
such as AWS S3, HTTP, FUSE and sFTP allowing developers to integrate
|
||
|
applications without rewriting their code.
|
||
|
|
||
|
[![FrostFS logo][logo]][FrostFS]
|
||
|
|
||
|
[FrostFS]: https://frostfs.info/
|
||
|
[NEO]: https://neo.org/
|
||
|
[NeoVM]: https://docs.neo.org/docs/n3/foundation/neovm.html
|
||
|
[logo]: https://git.frostfs.info/TrueCloudLab/frostfs-node/media/branch/master/.github/logo.svg
|