solana-program-library/stake-pool/cli
Tyera Eulberg f4c5fdcfcf
Bump solana to v1.9.9 (#2902)
2022-02-23 16:20:55 -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 stake_pool: fix wrong available_for_withdrawal_wo_fee calculation (#2900) 2022-02-15 21:45:32 +01:00
Cargo.toml Bump solana to v1.9.9 (#2902) 2022-02-23 16:20:55 -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.