solana-with-rpc-optimizations/book
Justin Starry d4d246bfd1 Fix broken link in paper wallet docs (#7388)
automerge
2019-12-09 16:26:49 -08:00
..
art
src Fix broken link in paper wallet docs (#7388) 2019-12-09 16:26:49 -08:00
theme
.gitattributes
README.md
book.toml
build-cli-usage.sh
build-svg.sh
build.sh
makefile

README.md

Building the Solana book

Install the book's dependnecies, build, and test the book:

$ ./build.sh

Run any Rust tests in the markdown:

$ make test

Render markdown as HTML:

$ make build

Render and view the book:

$ make open