solana-program-library/stake-pool
Alexander Ray cd8d79a2b4
[stake-pool] js: web3 stake pool bindings (#2604)
* - add stake-pool-web3-bindings (preview)

* - update readme

* - add tests

* - remove package-lock from foreign project

* - revert changes from foreign project

* - review improvenments

* - refactor regarding review suggestions

* - fix test
- fix readme

* Update stake-pool/js/src/instructions.ts

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>

* - add withdraw authority as optional parameter

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2021-12-23 13:34:02 -05:00
..
cli stake-pool: Reduce maximum pool size (#2654) 2021-12-21 13:10:12 +01:00
js [stake-pool] js: web3 stake pool bindings (#2604) 2021-12-23 13:34:02 -05:00
program Update tests to prepare for `BanksClientError` (#2657) 2021-12-23 13:08:06 -05:00
py stake-pool: Reduce maximum pool size (#2654) 2021-12-21 13:10:12 +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.