CMD + K

solders

Community

solders is a high-performance Python toolkit for Solana

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::solders

Usage Tracking

0.27.1
0.27.0
0.26.0
0.24.0
0.23.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

solders is a high-performance Python toolkit for Solana, written in Rust. It provides robust solutions to the following problems: - Core SDK stuff: keypairs, pubkeys, signing and serializing transactions - that sort of thing. - RPC stuff: building requests and parsing responses (no networking stuff - if you want help with that, solana-py is your friend). - Integration testing stuff: the solders.bankrun module is an alternative to solana-test-validator that's much more convenient and much faster. It's based on solana-program-test if you know that is.

About

Summary

solders is a high-performance Python toolkit for Solana

Last Updated

Nov 15, 2025 at 15:25

License

Apache-2.0

Supported Platforms

win-64
macOS-64
macOS-arm64
linux-64
linux-aarch64