Now inscribe the child inscription and specify the parent like so: ``` ord wallet inscribe --fee-rate FEE_RATE --parent --file CHILD_FILE ``` This relationship cannot be added retroactively, the parent has to be present at inception of the child. Sending Inscriptions -------------------- Ask the recipient to generate a new address by running: ``` ord wallet receive ``` Send the inscription by running: ``` ord wallet send --fee-rate
``` See the pending transaction with: ``` ord wallet transactions ``` Once the send transaction confirms, the recipient can confirm receipt by running: ``` ord wallet inscriptions ``` Receiving Inscriptions ---------------------- Generate a new receive address using: ``` ord wallet receive ``` The sender can transfer the inscription to your address using: ``` ord wallet send ADDRESS INSCRIPTION_ID ``` See the pending transaction with: ``` ord wallet transactions ``` Once the send transaction confirms, you can can confirm receipt by running: