You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The file `./input/config.js` contains the following properties that can be adjus
21
21
- 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}`.
22
22
- startEditionFrom: - number (int) to start naming NFTs from. Default: `1`
23
23
- 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`
24
25
- 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`
25
26
- layers: list of layers that should be used to render the image. See next section for detail.
0 commit comments