Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).