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

It would be great if `ord wallet inscribe` had an option `--destination`, where the ordinal goes upon reveal. This would allow "minting" directly to a third party degen

good first issue

https://ordinals.com/inscription/879d1bad90db800520de042a8a07cedd0ecbe21ef96acf1ba9cec3f50beaf402i0

good first issue
enhancement

It would be nice to have a way to prevent graphic content from being displayed on the front page. It hasn't been a problem so far, but could in the...

Steps to reproduce: ``` $ ord --signet wallet create { "mnemonic": "actress easy busy upset image sport vital attend long fault whisper increase" } ``` Delete the ord file. ```...

We have a few db changes we want to make: - Multiple inscriptions per sat: satpoint -> inscription id and sat -> inscription id both become multimaps - Provenance: must...

Provide a way to sign a message to prove ownership of an inscription eg: `ord wallet sign ` Produces a signature for the the text message which can be verified...

When I try to run the pre-built linux binary, it fails with this error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /bin/ord) /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /bin/ord)...

I've completed (what I think are all of) the main changes required to implement initial support of arbitrary protocols for envelopes as my comments in issue [https://github.com/casey/ord/issues/1501](https://github.com/casey/ord/issues/1501) describe. This would...