ordinals/ord

Splitting Ordinals

Open

#1,436 opened on Feb 1, 2023

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (1,479 forks)github user discovery
good first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (PR metrics pending)

Description

I accidentally consolidated some of my inscriptions in two transactions when using a command similar to ord wallet send <ADDRESS> 12345sat

https://mempool.space/tx/fa0dd811e35cf9aa533171c0f13b4a9b186bc5792f980090566989e2d246f59e https://mempool.space/tx/9da61fb1f6f0a836084da18d39b2887da0665917a0d9f4ad548b3e3320b8f707

At first i thought i had burnt the items, but now i see them on the explorer all in one output

https://ordinals.com/output/fa0dd811e35cf9aa533171c0f13b4a9b186bc5792f980090566989e2d246f59e:0 https://ordinals.com/output/fa0dd811e35cf9aa533171c0f13b4a9b186bc5792f980090566989e2d246f59e:0

My question is how do i split them when i want to send to someone else? Is it just ord wallet send ADDRESS INSCRIPTION_ID?

Contributor guide