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 21405f1f47
Replaced global variables with closure
6 years ago
js-dht-test Imported jhiesey's DHT interop code 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 Replaced global variables with closure 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