You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Goal: as described in #166 we want to be able to request swarm data using URLs of the form bzz://<multi-hash>/path/in/manifest.
The reason is that this will allow people to store multi-hashes in the ENS resolver contracts at "content" and thereby allowing swarm and ipfs and other systems to exists side by side.
This change also allows us to add to ENS Swarm content that has been uploaded with the --encrypt flag. In the current system that is not possible.
Enable retrieval of swarm-content using a multi-hash in the URL
Generate a multi-hash when uploading swarm content
Document the functionality in the swarm docs
Notify the ENS guys -> Need new resolver and new ENS tools.