>>> This is a fun, hacky toy project (for now). 🎈 <<<
(*) REPL = Read-Eval-Print-Loop, or interactive shell.
A small libp2p REPL that starts an embedded host and offers an interactive menu to trigger actions.
We use it in libp2p workshops and demos to accompany technical walkthroughs. We might add a shell mode, and extend it in a lot of magical ways if if it takes off.
- Clone this repository.
- cd into this directory.
go build .
- Run the binary with environment variable
LIBP2P_ALLOW_WEAK_RSA_KEYS=1
.
Dual-licensed under MIT and ASLv2, by way of the Permissive License Stack.