Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkdir700/sol-tx-parser-capi
Python bindings for Solana Transaction Parser (tx-parser), enabling Python developers to easily parse and analyze Solana blockchain transactions.
https://github.com/mkdir700/sol-tx-parser-capi
parser python solana transaction
Last synced: 13 days ago
JSON representation
Python bindings for Solana Transaction Parser (tx-parser), enabling Python developers to easily parse and analyze Solana blockchain transactions.
- Host: GitHub
- URL: https://github.com/mkdir700/sol-tx-parser-capi
- Owner: mkdir700
- License: mpl-2.0
- Created: 2024-11-29T09:54:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T08:38:45.000Z (about 1 month ago)
- Last Synced: 2025-01-07T09:36:07.883Z (about 1 month ago)
- Topics: parser, python, solana, transaction
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sol-tx-parser-capi
A C API wrapper for [tx-parser](https://github.com/0xjeffro/tx-parser) with Python bindings.
## Usage
See [python/README.md](python/README.md) for usage with Python.
## Build
```bash
make
cat build
```## Thanks
- [tx-parser](https://github.com/0xjeffro/tx-parser)
## License
See [LICENSE](LICENSE).