solana-program-library/stake-pool
samkim-crypto 0c8fb24d47
upgrade solana-program to 1.14.6 (#3765)
2022-10-27 07:59:25 +09:00
..
cli upgrade solana-program to 1.14.6 (#3765) 2022-10-27 07:59:25 +09:00
js Extends withdraw functionality in stake pool (#3445) 2022-08-22 23:36:13 +02:00
program upgrade solana-program to 1.14.6 (#3765) 2022-10-27 07:59:25 +09: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.