Skip to content

HelloWorldImJoe/v2ex_tx2json_python

Repository files navigation

v2ex_tx2json

将 solana 的 tx 解析为 JSON 数据.

快速开始:

from v2ex_tx2json import TX2JSON

client = TX2JSON("https://v2ex.com", cookie="your_cookie_here")
info = client.parse("<tx_hash_here>")
print(info)

About

将tx转换为json数据

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published