Skip to content

rs-ipfs/offchain-ipfs-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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