Add swarm guide to /docs (#1513)
* docs: add swarm-guide * readthedocs build configuration file
This commit is contained in:
16
docs/swarm-guide/contents/usage.rst
Normal file
16
docs/swarm-guide/contents/usage.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
***************************
|
||||
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
|
Reference in New Issue
Block a user