Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.59 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.59 KB

A libp2p REPL (*)

>>> This is a fun, hacky toy project (for now). 🎈 <<<

(*) REPL = Read-Eval-Print-Loop, or interactive shell.

GoDoc Coverage Status Build Status Discourse posts

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.

Instructions

  1. Clone this repository.
  2. cd into this directory.
  3. go build .
  4. Run the binary with environment variable LIBP2P_ALLOW_WEAK_RSA_KEYS=1.

License

Dual-licensed under MIT and ASLv2, by way of the Permissive License Stack.