Solana DocumentationReferencesSolana SDKs

Python SDK for Solana

There's a Python sdk that supports most functions to interact with Solana. If you're using Anchor for your Solana programs, you will be able to use anchor-py with your idl to produce a Python compatible client.

Installation

Terminal
pip install solders
pip install solana

More Documentation

Please visit the Python SDK documentation for more information on using this Python SDK with Solana.

目次

ページを編集