pybitcash / bitcash

BitCash: Python Bitcoin Cash Library (fork of ofek's Bit)
https://bitcash.dev
MIT License
97 stars 39 forks source link

WIP: Adds ChaingraphAPI support #125

Closed yashasvi-ranawat closed 1 year ago

yashasvi-ranawat commented 1 year ago

Builds on #122

Adds support for ChaingraphAPI, which is already updated for CashTokens.

The tests are comprehensively tested with modified outputs from https://try.chaingraph.cash/, with pytest. With added default APIs, further tests done. Broadcast_tx still needs testing, hence, work-in-progress.

yashasvi-ranawat commented 1 year ago

merged with #122. Constant rebasing was getting tricky. Sorry to make #122 a monolith PR.