solana-program-library/stake-pool/cli
Jon Cinque f97a3dc7cf
clippy: Deny integer arithmetic, add allows where needed (#3606)
2022-09-15 13:16:53 +02:00
..
scripts Extends withdraw functionality in stake pool (#3445) 2022-08-22 23:36:13 +02:00
src clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02: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.