solana-with-rpc-optimizations/book
Greg Fitzgerald 582ba4f173 Move economics into the proposed changes
Once this is implemented, we'll move it into the "A Solana Cluster"
section.
2019-02-06 09:29:52 -07:00
..
art Add record to runtime pipeline 2019-01-16 13:39:30 -07:00
src Move economics into the proposed changes 2019-02-06 09:29:52 -07: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