Metadata-Version: 2.4
Name: checkpoint-sdk
Version: 0.1.0
Summary: Program-agnostic Solana IDL transaction decoder and SDK
Author: apchhui
License: MIT
Project-URL: Homepage, https://github.com/apchhui/checkpoint-sdk
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: solana>=0.30.0
Requires-Dist: solders>=0.19.0
Requires-Dist: base58>=2.1.1
Dynamic: license-file

# checkpoint-sdk

Solana SDK for:
- Real-time transaction decoding via Anchor IDL
- Program-agnostic decoding
- Batch RPC fetching
- Wallet utilities
etc.

## Install

```bash
pip install checkpoint-sdk
