Useful CDV examples: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Return to: Chialisp ===== * cdv rpc blocks -s x -e y - For looking at block outputs * cdv inspect spendbundles ./spendbundle.json -db * cdv inspect --id coins - For getting coinID * cdv rpc coinrecords --by id - For following up on parent coins block height to get puzzle reveal and solution. * cdv clsp treehash trigger.clvm.hex - To verify puzzle you ha...") |
No edit summary |
||
Line 6: | Line 6: | ||
* [[cdv clsp treehash trigger.clvm| cdv clsp treehash trigger.clvm.hex]] - To verify puzzle you have revealed is the one committed to in the coin. | * [[cdv clsp treehash trigger.clvm| cdv clsp treehash trigger.clvm.hex]] - To verify puzzle you have revealed is the one committed to in the coin. | ||
* [[cdv rpc coinrecords --by puzhash]] | * [[cdv rpc coinrecords --by puzhash]] | ||
* [[cdv rpc blockspends --by id]] |
Revision as of 15:18, 17 November 2023
Return to: Chialisp
- cdv rpc blocks -s x -e y - For looking at block outputs
- cdv inspect spendbundles ./spendbundle.json -db
- cdv inspect --id coins - For getting coinID
- cdv rpc coinrecords --by id - For following up on parent coins block height to get puzzle reveal and solution.
- cdv clsp treehash trigger.clvm.hex - To verify puzzle you have revealed is the one committed to in the coin.
- cdv rpc coinrecords --by puzhash
- cdv rpc blockspends --by id