solana 0.12.0

Blockchain, Rebuilt for Scale
Documentation

The solana library implements the Solana high-performance blockchain architecture. It includes a full Rust implementation of the architecture (see Fullnode) as well as hooks to GPU implementations of its most paralellizable components (i.e. SigVerify). It also includes command-line tools to spin up fullnodes and a Rust library (see ThinClient) to interact with them.