Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Chord | 99 | 4 years ago | May 23, 2021 | mit | Go | |||||
Implementation of Chord DHT(Distributed Hash Table) paper | ||||||||||
Blockchain_golang | 63 | 3 years ago | Go | |||||||
Blockchain demo based on golang 基于golang编写的区块链公链demo | ||||||||||
Networking Stuff | 14 | 8 years ago | C | |||||||
Bc4py | 11 | 3 years ago | 1 | July 16, 2019 | mit | Python | ||||
blockchain imprementation by Python (kumacoin2.0 project) | ||||||||||
Dat Offchain Ipfs | 9 | 4 years ago | 4 | JavaScript | ||||||
Getting the best of two p2p worlds | ||||||||||
Python Block Chain | 8 | 5 years ago | 1 | Python | ||||||
python3によるblock chaineによる公文書などの改竄がないことの保証の例です | ||||||||||
Erline Dht | 8 | 2 years ago | Erlang | |||||||
Kademlia based Mainline DHT implementation | ||||||||||
Splayersubdownloader | 8 | 7 years ago | mit | Python | ||||||
Download subtitles using SPlayer API | ||||||||||
Decentralized P2p File Sharing System | 4 | 7 years ago | Java | |||||||
A Decentralized file sharing system using distributed hash table (DHT) and file replication | ||||||||||
Chorddht | 3 | 3 years ago | 1 | Java | ||||||
A DHT implementation using Chord-like logic and Java RMI |
(working title)
For when neither dat nor ipfs really suits your needs.
Situations where this module can be useful:
What the module does it that when you call host
/update
, it adds your dir to ipfs, and then publishes the hash of that dir to dat. Other people can then download that dir by getting the ipfs hash from the dat archive. Only publishing small hashes to dat keeps the archive size very small, even after many edits to the dir contents.
In one terminal/on one computer, create a dir test-content/
with some files in it. Run node examples/host.js
Take the dat link that host.js prints to another terminal/computer and run node examples/seed.js <the dat link>
The api is still a work in progress, but you can look in the examples/
dir, that code should mostly work.