Skip to content

Commit

Permalink
Add validation to README and example config
Browse files Browse the repository at this point in the history
  • Loading branch information
lightcycle committed Sep 26, 2021
1 parent 85db88f commit 1e0092a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ example:
symbol: LCR
seller_fee_basis_points: 100
image_format: png
validation:
min_rarity_basis: 100
traits:
# algorithms are: basic, restricted
trait_algorithm: basic
Expand Down Expand Up @@ -36,6 +38,8 @@ examplecsv:
symbol: LCR
seller_fee_basis_points: 100
image_format: jpg
validation:
min_rarity_basis: 100
traits:
# name your file metadata.csv and add to the projects/examplecsv/csv/ folder
trait_algorithm: csv
Expand All @@ -50,6 +54,8 @@ examplecombo:
collection: lightcycle combo collection
symbol: LCR
seller_fee_basis_points: 100
validation:
min_rarity_basis: 100
traits:
trait_algorithm: combo
# create a file called english.csv in the translations folder
Expand Down

0 comments on commit 1e0092a

Please sign in to comment.