module
Version:
v0.0.0-...-5156b21
Opens a new window with list of versions in this module.
Published: Jun 17, 2021
License: MIT
Opens a new window with license information.
README
¶
libp2p-chat Go Node
Running a standalone node
Bootstrap node
A standalone bootstrap node can be started with:
go run main.go -port PORT -bootstrap-only
Client nodes
You can join the network by connecting to bootstrap nodes with:
go run main.go -port PORT -bootstrap.addrs BOOTSTRAP_NODE_ADDRS
Click to show internal directories.
Click to hide internal directories.