ord icon indicating copy to clipboard operation
ord copied to clipboard

👁‍🗨 Rare and exotic sats

Results 858 ord issues
Sort by recently updated
recently updated
newest added

TX:ec5a4d408a2c9dba5f7377ecc678d2bd9bce34424367f2aa967a32ba9b2a990d TX: f037e1024ad04ba000a3cab7e0d50bfe462b4c6dbac39913f05027947d575891 No need to keep the sat mint rune. How is it implemented

It would be nice if there was some way to return the content inside the envelope of a delegate inscription. This would be useful for generative inscriptions. For example a...

enhancement

In the Ordinals Theory Handbook, there is a passage that states: "Inscriptions are as durable, immutable, secure, and decentralized as Bitcoin itself. " However, there is currently a feasible method...

The command `ord list ` lists all sats that belong to that UTXO, but it (or any other command) won't list the inscriptions and runes.

enhancement
stream

... but it shouldn't. ``` diff --git a/src/subcommand/wallet/cardinals.rs b/src/subcommand/wallet/cardinals.rs index 1da96c4b..eb24b6e3 100644 --- a/src/subcommand/wallet/cardinals.rs +++ b/src/subcommand/wallet/cardinals.rs @@ -18,7 +18,7 @@ pub(crate) fn run(wallet: Wallet) -> SubcommandResult { let cardinal_utxos =...

- In one of my project, I'm using Runestone struct and relate impl for deciphering a transaction but currently there is a fat crate Ordinals (https://docs.rs/ordinals/0.0.8/ordinals/) which has everything (including...

@raphjaph You could do a little review. I am a rune protocol and ordinals enthusiast and would like to share the knowledge in my native language. Thank you for your...

Must be paginated. I think if we add a new paginated interface, we need to do it in a disciplined way which isn't ad-hoc, and can be easily reused.