solana-program-library/stake-pool/cli
samkim-crypto 0c8fb24d47
upgrade solana-program to 1.14.6 (#3765)
2022-10-27 07:59:25 +09: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 upgrade solana-program to 1.14.6 (#3765) 2022-10-27 07:59:25 +09: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.