Create a README for org profile
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
commit
b2fd9c2a19
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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
|
Loading…
Reference in a new issue