Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 468 Bytes

chia-client

go编写的chia rpc client,主要包含余额查询交易发送

rpc

  1. 获取coin列表

    • 直接调用节点的/get_coin_records_by_puzzle_hash 方法
  2. 发送签名的交易

    • 直接调用节点的/push_tx 方法
  3. 签名未签名的交易

    • 首先通过chia-tx生成未签名的 交易,然后用此方法将交易签名,签名后的交易可直接通过signTx发送出去