solana-program-library/stake-pool
Jon Cinque 3a7914ceba
stake-pool-py: Fix tests for Solana 1.10.33 (#3395)
2022-07-29 22:59:50 +02:00
..
cli Bump solana crates to v1.10.33 (#3385) 2022-07-27 11:28:14 -06:00
js CI: Add `--max-warnings 0` to eslint to abort on errors (#3254) 2022-06-16 09:39:55 -04:00
program Bump solana crates to v1.10.33 (#3385) 2022-07-27 11:28:14 -06:00
py stake-pool-py: Fix tests for Solana 1.10.33 (#3395) 2022-07-29 22:59:50 +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.