helia-adventure
v1.4.0
Published
Learn the building blocks of IPFS with Helia: CIDs, UnixFS, CAR files and content routing.
Readme
helia-adventure
Workshop to learn the building blocks of IPFS with Helia: CIDs, UnixFS, CAR files, routers.
Requirements
- Node.js installed
- Knowledge of JavaScript
Installation
$ npm install -g helia-adventureUsage
After installing, start the workshop and follow the instructions:
$ helia-adventureCan 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
$ helia-adventure verify ./build/my-solution.jsLicense
Licensed under either of
- Apache 2.0, (LICENSE-APACHE http://www.apache.org/licenses/LICENSE-2.0)
- MIT (LICENSE-MIT / http://opensource.org/licenses/MIT)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
