Skip to content

Commit 156723f

Browse files
ShouqyanShouqyan
Shouqyan
authored and
Shouqyan
committed
adding editionDnaPrefix to readme
1 parent d1c7c4e commit 156723f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The file `./input/config.js` contains the following properties that can be adjus
2121
- baseImageUri: - URL base to access your NFTs from. This will be used by platforms to find your image resource. This expects the image to be accessible by it's id like `${baseImageUri}/${id}`.
2222
- startEditionFrom: - number (int) to start naming NFTs from. Default: `1`
2323
- editionSize: - number (int) to end edition at. Default: `10`
24+
- editionDnaPrefix: - value (number or string) that indicates which dna from an edition is used there. I.e. dna `0` from to independent batches in the same edition may differ, and can be differentiated using this. Default: `0`
2425
- rarityWeights: - allows to provide rarity categories and how many of each type to include in an edition. Default: `1 super_rare, 4 rare, 5 original`
2526
- layers: list of layers that should be used to render the image. See next section for detail.
2627

0 commit comments

Comments
 (0)