0.3.0 • Published 2 years ago

dsdhtstore v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

dsdhtstore

dead stupid simple dht storage cli for mainline bittorrent dht.

install

npm -g install dsdhtstore

use

dsdhtstore put "some data"

#store with eddsa secret key
dsdhtstore put --secretkey "KEY IN HEX ENCODING" "data"

#store with auto generated key (prints out the generated secret key).
dsdhtstore put --genkey "data"

dsdhtstore get HASHID