solana-program-library/stake-pool
Jon Cinque cc3a56d1e4
stake-pool: Make activating / deactivating check stricter (#4002)
2023-01-27 23:53:02 +01:00
..
cli stake-pool: Wait at least two epoch boundaries to set fee (#3979) 2023-01-27 02:10:24 +01:00
js stake-pool: add redelegate js bindings (#3960) 2023-01-12 19:56:06 +01:00
program stake-pool: Make activating / deactivating check stricter (#4002) 2023-01-27 23:53:02 +01:00
py build(deps): bump certifi from 2022.6.15 to 2022.12.7 in /stake-pool/py (#3886) 2022-12-14 02:42:47 +01: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.