ckb-cell / rgbpp-sdk

Utilities for Bitcoin and RGB++ asset integration
ISC License
52 stars 16 forks source link

Save `ckbVirtualTxResult` in the code examples #192

Closed Flouse closed 2 months ago

Flouse commented 2 months ago

[!IMPORTANT] It's recommended to save the rgbpp_ckb_tx_virtual locally before the isomophic transactions are finalized.

Dawn-githup commented 2 months ago

Important

It's recommended to save the rgbpp_ckb_tx_virtual locally before the isomophic transactions are finalized.

  • Let's follow this suggestion in examples/rgbpp/*, save all the ckbVirtualTxResult into a log file.
  • Also add some comments to remind developers to follow this suggestion.

I have implemented according to the description, please help review if it is reasonable. Thank you. https://github.com/ckb-cell/rgbpp-sdk/pull/193