chainwayxyz / bitcoin-mock-rpc

Mock Bitcoin ledger for testing Bitcoin applications that built on RpcApi trait in the bitcoincore_rpc library
MIT License
3 stars 1 forks source link

Basic Transaction Management for Ledger #1

Closed ceyhunsen closed 3 months ago

ceyhunsen commented 3 months ago

This PR eliminates third party library usage (in this case bitcoin-simulator) for basic transaction operations.