solana-program-library/stake-pool/cli
Jon Cinque 8c9f8a0088
stake-pool: Reduce maximum pool size (#2654)
* stake-pool: Reduce huge pool size in tests

* stake-pool: Reduce supported maximum size
2021-12-21 13:10:12 +01:00
..
scripts stake-pool: Reduce maximum pool size (#2654) 2021-12-21 13:10:12 +01:00
src stake-pool-cli: Add next fees in verbose mode, fix mapping (#2645) 2021-12-16 14:46:01 +01:00
Cargo.toml Implement multiple output format for spl-stake-pool list-all (#2558) 2021-11-10 13:06:14 -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.