Files
go-ethereum/docs/swarm-guide/contents/usage.rst
Rafael Matias 4d66995fee Add swarm guide to /docs (#1513)
* docs: add swarm-guide

* readthedocs build configuration file
2019-06-26 10:18:32 +02:00

17 lines
981 B
ReStructuredText

***************************
Working with content
***************************
In this chapter, we demonstrate features of Swarm related to storage and retrieval. First we discuss how to solve mutability of resources in a content addressed system using the Ethereum Name Service on the blockchain, then using Feeds in Swarm.
Then we briefly discuss how to protect your data by restricting access using encryption.
We also discuss in detail how files can be organised into collections using manifests and how this allows virtual hosting of websites. Another form of interaction with Swarm, namely mounting a Swarm manifest as a local directory using FUSE.
We conclude by summarizing the various URL schemes that provide simple HTTP endpoints for clients to interact with Swarm.
.. include:: usage/ens.rst
.. include:: usage/feed.rst
.. include:: usage/manifests.rst
.. include:: usage/encryption.rst
.. include:: usage/act.rst
.. include:: usage/fuse.rst
.. include:: usage/bzz.rst