Skip to content

Latest commit

 

History

History
88 lines (58 loc) · 2.09 KB

README.md

File metadata and controls

88 lines (58 loc) · 2.09 KB

Libraryn

Peerbit Example Library

Examples

How to run the examples

yarn
yarn lerna bootstrap
yarn build

Go into an example. If it is a frontend app, you can run it locally (if you have a node running (see below)) with

yarn start

and remotely on a test relay

yarn start-remote 

How to setup a local relay node

(This is just a basic libp2p-js node)

Install Node >= 16

Install CLI

npm install -g @peerbit/server
peerbit start

Ending with '&' to start a background process

For more complete instructions on how to run a node in a server center that can be accessed remotely see this.