solana-with-rpc-optimizations/docs
anatoly yakovenko 657fbfbefa
Proposal for deterministic program generated Pubkey's that can be used only by programs to create signatures in process_instruction. (#8155)
* program keys

* cleanup

* update

* missing SUMMARY

* review comments

* fixed @jackmay comment

* update to take a user base address

* rename
2020-04-18 16:51:20 -07:00
..
art
src Proposal for deterministic program generated Pubkey's that can be used only by programs to create signatures in process_instruction. (#8155) 2020-04-18 16:51:20 -07:00
theme
.gitattributes
README.md
book.toml
build-cli-usage.sh Pacify shellcheck 2020-04-15 17:46:19 -07:00
build.sh
makefile
offline-cmd-md-links.sh
set-solana-release-tag.sh

README.md

Building the Solana Docs

Install dependencies, build, and test the docs:

$ brew install coreutils
$ cargo install svgbob_cli
$ brew install mscgen
$ brew install mdbook
$ ./build.sh

Run any Rust tests in the markdown:

$ make test

Render markdown as HTML:

$ make build

Render and view the docs:

$ make open