/peerbit-examples

Example library for learning and fun

Primary LanguageTypeScriptApache License 2.0Apache-2.0


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.