solana-program-library/stake-pool/cli
hana 65769ce23d
Update rust to 1.60, solana to 1.11.6 (#3492)
also change bpf to sbf throughout the codebase

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2022-08-18 12:16:02 -07:00
..
scripts Decrease the stake pool size due to the new mem op syscall base cost (#2705) 2022-01-05 14:26:13 -08:00
src Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
Cargo.toml Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
README.md stake-pool-docs: Rearrange docs, add quickstart guide (#2561) 2021-11-06 12:48:11 +00:00

README.md

SPL Stake Pool program command-line utility

A basic command-line for creating and using SPL Stake Pools. See https://spl.solana.com/stake-pool for more details.

Under ./scripts, there are helpful Bash scripts for setting up and running a stake pool. More information at the stake pool quick start guide.