SuperteamDAO
solathon
Python

☄️ High performance, easy to use and feature-rich Solana SDK for Python.

Last updated Apr 8, 2026
103
Stars
40
Forks
4
Issues
0
Stars/day
Attention Score
50
Language breakdown
Python 100.0%
Files click to expand
README

Solathon logo

PyPI version MIT License

Solathon

Solathon is a high performance, easy to use and feature-rich Solana SDK for Python. Easy for beginners, powerful for real world applications.

✨ Getting started

Installation

pip install solathon

Client example

from solathon import Client

client = Client("https://api.devnet.solana.com")

Basic usage example

# Basic example of fetching a public key's balance from solathon import Client, PublicKey

client = Client("https://api.devnet.solana.com") public_key = PublicKey("B3BhJ1nvPvEhx3hq3nfK8hx4WYcKZdbhavSobZEA44ai")

balance = client.getbalance(publickey) print(balance)

🗃️ Contribution

Drop a pull request for anything which seems wrong or can be improved, could be a small typo or an entirely new feature! Checkout CONTRIBUTING.md for guidelines on how to proceed.

© 2026 GitRepoTrend · SuperteamDAO/solathon · Updated daily from GitHub