forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 4
Swarm
gavofyork edited this page Sep 10, 2014
·
5 revisions
In general, think static web-page and digital asset downloads. Like FTP but with files specified by hash rather than by server & path.
Reverse hash-lookup (given hash it finds the data) with:
- Low-ish latency Lowest likely download rate of asset should be reasonable, even (especially) for assets of < 1MB.
- High throughput Average download rate of asset should be minimal.
- Private Plausible deniability against data publication or subscription.
- Lossy No implicit guarantee that other nodes will maintain data.
Uses the "bzz"
protocol string of ÐΞVP2P.
Rest coming soon, once I've finished prototyping. Gav.
- Building on Linux
- Building on MacOS
- Building on Windows
- Compatibility Info and Build Tips
- Serpent LLL Only Build
- LLL PoC 6
- [LLL Examples for PoC 6](LLL Examples for PoC 5)
- PoC 6 JS API
- Client Development with PoC 6
- MetaCoin API
- Exchange API
- Name Registration API
- Coins API