ordinals / ord

👁‍🗨 Rare and exotic sats
https://ordinals.com
Creative Commons Zero v1.0 Universal
3.83k stars 1.36k forks source link

Inscribed UTXO Account on Balance #1691

Open Psifour opened 1 year ago

Psifour commented 1 year ago

Current Behavior

ord wallet balance Indicates the wallet's balance without UTXOs that contain inscriptions. This is good, but can confuse users who have only Inscribed UTXOs.

Possible Solution

Add a count/balance of Inscribed UTXOs (maybe only with an optional flag?)

Steps to Reproduce

  1. execute ord wallet ballance from a wallet that only contains UTXOs that contain Inscriptions

Possible Implementation

Pending PR

cc0mfer commented 1 year ago

was fun hanging out in the discord lounge 🙏

raphjaph commented 1 year ago

Sounds good! Just open the PR :)

you could do something like:

{
    cardinal_balance: 250000
    number_of_inscriptions: 5
}
Psifour commented 1 year ago

@raphjaph I was planning to leave this one as a 'low-hanging fruit' to help in onboarding anyone who may be feeling overwhelmed by looking at a larger problem. I can clear it if you prefer.