forked from ordinals/ord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
2,152 additions
and
698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# example batch file | ||
|
||
# there are two modes: | ||
# - `separate-outputs`: place all inscriptions in separate postage-sized outputs | ||
# - `shared-output`: place inscriptions in a single output separated by postage | ||
mode: separate-outputs | ||
|
||
# parent inscription: | ||
parent: 6ac5cacb768794f4fd7a78bf00f2074891fce68bd65c4ff36e77177237aacacai0 | ||
|
||
# inscriptions to inscribe | ||
# | ||
# each inscription has the following fields: | ||
# | ||
# `inscription`: path to inscription contents | ||
# `metadata`: inscription metadata (optional) | ||
# `metaprotocol`: inscription metaprotocol (optional) | ||
inscriptions: | ||
- file: mango.avif | ||
metadata: | ||
title: Delicious Mangos | ||
description: > | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam semper, | ||
ligula ornare laoreet tincidunt, odio nisi euismod tortor, vel blandit | ||
metus est et odio. Nullam venenatis, urna et molestie vestibulum, orci | ||
mi efficitur risus, eu malesuada diam lorem sed velit. Nam fermentum | ||
dolor et luctus euismod. | ||
- file: token.json | ||
metaprotocol: brc-20 | ||
|
||
- file: tulip.png | ||
metadata: | ||
author: Satoshi Nakamoto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Batch Inscribing | ||
================ | ||
|
||
Multiple inscriptions can be created inscriptions at the same time using the | ||
[pointer field](./../inscriptions/pointer.md). This is especially helpful for | ||
collections, or other cases when multiple inscriptions should share the same | ||
parent, since the parent can passed into a reveal transaction that creates | ||
multiple children. | ||
|
||
To create a batch inscription using a batchfile in `batch.yaml`, run the | ||
following command: | ||
|
||
```bash | ||
ord wallet inscribe --fee-rate 21 --batch batch.yaml | ||
``` | ||
|
||
Example `batch.yaml` | ||
-------------------- | ||
|
||
```yaml | ||
{{#include ../../../batch.yaml}} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.