solana-with-rpc-optimizations/book
Parth 3d133d61ca
fix rent book entry (#7602)
2019-12-23 06:12:29 +05:30
..
art
src fix rent book entry (#7602) 2019-12-23 06:12:29 +05:30
theme
.gitattributes
README.md
book.toml
build-cli-usage.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