Skip to content

Scripts

Multiaddress:

Print the multiaddress used for connection to the node:

npm run addr

Debug:

Print the environmental variables that are being read in:

npm run debug

Node testing:

Run a node for testing:

npm run spawn 1

Generate peerId locally:

Create the peerId.json locally.

npm run local-peerid
Back to top