solana-with-rpc-optimizations/book
anatoly yakovenko b5f7a4bff9
Add Bankless Leader design (#6224)
* bankless leader proposal

* docs

* mvines feedback

* clarify CD status of the execution key

* s/execution key/fee account

* remove weird spacing

* robs review comments

* document how base fork is reset

* frozen bank, not finalized

* nit

* add rationale
2019-10-04 11:13:46 -07:00
..
art
src Add Bankless Leader design (#6224) 2019-10-04 11:13:46 -07:00
theme
.gitattributes
README.md
book.toml
build-cli-usage.sh split wallet staking commands (#6168) 2019-09-29 21:18:15 -07:00
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