solana-program-library/stake-pool
Jordan Sexton 1f58b759d8
fix: stake-pool-js: add browser CJS build (#3910)
* fix: stake-pool-js: add browser CJS build

* update package-lock.json

* run prettier

* only emit ts declaration files
2022-12-14 19:25:46 -06:00
..
cli Update repo to `edition = "2021"` (#3900) 2022-12-13 23:46:26 +01:00
js fix: stake-pool-js: add browser CJS build (#3910) 2022-12-14 19:25:46 -06:00
program Decrease MAX_POOL_SIZE in huge_pool test to make it work with rust 1.65 (#3909) 2022-12-14 11:53:33 -08: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.