Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 281 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 281 Bytes

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