Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 816 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 816 Bytes

The offchain::ipfs Manual

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