Skip to content

Commit

Permalink
add reinscription page to inscriptions doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mj10021 committed Jan 10, 2024
1 parent bf7ad35 commit 07fd337
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/inscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,14 @@ off-chain content, thus keeping inscriptions immutable and self-contained.
This is accomplished by loading HTML and SVG inscriptions inside `iframes` with
the `sandbox` attribute, as well as serving inscription content with
`Content-Security-Policy` headers.

Reinscription
-------------

Previously inscribed sats can be reinscribed with the `--reinscribe` command.

Reinscription wtih a Satpoint:
`ord wallet inscribe --fee-rate FEE_RATE --reinscribe --file FILE --satpoint SATPOINT`

Reinscription with a Sat:
`ord wallet inscribe --fee-rate FEE_RATE --reinscribe --file FILE --sat SAT`

0 comments on commit 07fd337

Please sign in to comment.