0.0.1 • Published 11 months ago
@libp2p/protocol-adventure v0.0.1
libp2p-protocol-adventure
A workshop for learning about custom protocol streams in libp2p
Requirements
- Node.js install
- A working knowledge of JavaScript, Node.js
- Some time and a pot of coffee
Installation
$ npm install -g @libp2p/protocol-adventure
That didn't work.
$ sudo npm install -g @libp2p/protocol-adventure
Okay.
Usage
After installing, start the workshop and follow the instructions:
$ protocol-adventure
Can I use TypeScript?
Yes you can, but due to complications around everyone's preferred TypeScript setup, please compile your solutions yourself and verify the compiled code:
$ tsc my-solution.ts
$ protocol-adventure verify ./build/my-solution.js