solana/proposals
Michael Vines 4b04bc8612 Move thin_client RPC requests into rpc_request; de-mut thin_client 2019-03-16 11:32:01 -07:00
..
src Move thin_client RPC requests into rpc_request; de-mut thin_client 2019-03-16 11:32:01 -07:00
README.md Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
book.toml Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
build.sh Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
makefile Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00

README.md

Building the Solana Design Proposals HTML

Install the book's dependencies, 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