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

Show process of syncing full node, installing ord, making inscription.

Seems like an easy way to get the word out. Bitcoin, NFT, and web3 podcasts.

Mention that send command works on mainnnet, show off transactions we made on signet, and mention bounties.

> I think that the arrows should now be inverted _Originally posted by @haribosan in https://github.com/casey/ord/issues/1321#issuecomment-1399338849_ You might be right. This is a bit tricky though. Eventually we'll show multiple...

Currently, the index syncs whenever you run a command. It would be nice if it were possible to run the index as a daemon in the background, and have `ord`...

I suspect that we don't actually want to work very hard on this, but we could potentially support doing multiple inscriptions efficiently in multiple transactions. Misc considerations: - You might...

React to vote for the next major feature: - 👍 #802 - 😄 #1249 - 🎉 #1247 - ❤️ #783 - 🚀 #876 - 👀 #1082 - 😕 #794

Should inscriptions have short, unique names? Idea: An inscription can contain a symbol, which is a u64. The `u64` is mapped to a string of upper-case characters A-Z using the...

consensus

All valid inputs to the transaction builder should result in a valid transaction or an error. Fuzz test the transaction builder to ensure that this is the case. - [...