solana-with-rpc-optimizations/book
Greg Fitzgerald 0568d7238e Add implemented design proposals section 2019-03-13 13:20:37 -06:00
..
art Update TPU ASCII art 2019-03-13 13:14:15 -06:00
src Add implemented design proposals section 2019-03-13 13:20:37 -06:00
theme headers style have been adjusted 2019-02-04 14:25:26 -07:00
README.md
book.toml
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