The offchain::ipfs Manual
October 20, 2020 · View on GitHub
Table of Contents
Usage
Visit https://rs-ipfs.github.io/offchain-ipfs-manual to read the book.
Install
You can install and run locally if you want to contribute.
First, install mdbook. Then:
git clone https://github.com/rs-ipfs/offchain-ipfs-manual
cd offchain-ipfs-manual
mdbook serve
This will open up a version of the book on localhost, port 3000
Contributing
PRs accepted.
To run linting locally, run:
npx markdownlint-cli src README.md
License
TBD © 2020 Rust IPFS Maintainers