ckb-js / nexus

A UTxO friendly wallet extension for CKB
MIT License
15 stars 11 forks source link

Prepare data for highlighting owned cells #267

Closed homura closed 1 year ago

homura commented 1 year ago

Motivation

Users are not aware that the cells belong to them when they sign, also it is not easy for developers to debug and check if the transaction is correct

image

How

Implement the to-do

Notes

The UI implementation can be done in another issue, where we can first solve the data preparation

pygman commented 1 year ago

It seems that it is impossible to deduce all his addresses from the user's wallet, I compared the locks recorded by the nexus wallet with the locks in the transaction. Draft PR: https://github.com/ckb-js/nexus/pull/270