solana-program-library/stake-pool
Jon Cinque f97a3dc7cf
clippy: Deny integer arithmetic, add allows where needed (#3606)
2022-09-15 13:16:53 +02:00
..
cli clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
js Extends withdraw functionality in stake pool (#3445) 2022-08-22 23:36:13 +02:00
program clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
py stake-pool: Use stake program minimum delegation (#3547) 2022-08-30 21:45:18 +02:00
README.md stake-pool-py: Create and deserialize stake pools (#2557) 2021-12-10 00:43:25 +01:00

README.md

stake-pool program

Full documentation is available at https://spl.solana.com/stake-pool

The command-line interface tool is available in the ./cli directory.

Javascript bindings are available in the ./js directory.

Python bindings are available in the ./py directory.