ckb-demo-ruby icon indicating copy to clipboard operation
ckb-demo-ruby copied to clipboard

Is there any API documents?

Open cyhhao opened this issue 6 years ago • 2 comments

Hi, Is there any API documents for this SDK available? like how to collect UTXOs and how to make transactions.

cyhhao avatar Mar 11 '19 12:03 cyhhao

@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.

ashchan avatar Mar 12 '19 00:03 ashchan

We have curated some documents in this repository https://github.com/nervosnetwork/docs

doitian avatar Mar 29 '19 12:03 doitian