solana-program-library/stake-pool
Jon Cinque 5aa3b98f2c
stake-pool-cli: Add next fees in verbose mode, fix mapping (#2645)
2021-12-16 14:46:01 +01:00
..
cli stake-pool-cli: Add next fees in verbose mode, fix mapping (#2645) 2021-12-16 14:46:01 +01:00
js stake-pool: Stake pool deserializer (#1656) 2021-06-23 14:18:45 +02:00
program stake-pool: Mint extra reserve lamports as pool tokens on init (#2636) 2021-12-14 18:45:15 +01:00
py stake-pool: Mint extra reserve lamports as pool tokens on init (#2636) 2021-12-14 18:45:15 +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.