dandelion++ over libp2p
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Mike Goelzer 494697470f
Demonstrates floodsub in JS (non-working with go prog)
6 years ago
js-dht-test Demonstrates floodsub in JS (non-working with go prog) 6 years ago
util Adding private key to repo since this is just a demo 6 years ago
.gitignore Removed private key file from .gitignore 6 years ago
LICENSE Initial commit 6 years ago
Makefile Continue make install even if killall fails 6 years ago
README.txt Updated README to make a note of priv key generator util 6 years ago
dht-interop.go Add priv key gen util, use same peer id each time dht-interop.go runs 6 years ago

README.txt


util/private-key-gen -> private_key.bin (marshalled private key that is used for stable peer id of bootstrap server)



0.  Help me fix node "Error: Cannot find module 'libp2p'"
Answer:
  cd js-dht-test
  npm install


2.  Let's run it on bootstrap box (go) and locally (js)
	WORKS!

3.  Explain to me how you generated peer CIDs
	One is the hash of a pubsub topic
	The other is just mine

All this is example does is verify that two peers can find each other's content