* Book: Update SPV section to reflect new account state query mechanism * Book: SPV - Rename Bank-Merkle diagram * Relax specificity of inclusion proof resolution * Cosmetic: re-wrap at 80
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