ckb-demo-ruby
ckb-demo-ruby copied to clipboard
Is there any API documents?
Hi, Is there any API documents for this SDK available? like how to collect UTXOs and how to make transactions.
@cyhhao At this moment we haven't prepared any organized docs yet. Main reason for that is that the demo SDK and CKB itself are under rapid development and subject to a lot of changes.
That being said, if you look at the examples from the README, you'd find it demonstrates some simple but not performant means of UTXOs (unspent live cells in CKB) scanning and transaction construction & sending. (They're wrapped in the Ruby code and scripts, please check the send_capacity and other functions.)
We'll update the demo and write more docs when this gets more stable.
We have curated some documents in this repository https://github.com/nervosnetwork/docs