Skip to content

Commit

Permalink
Add validation usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lightcycle committed Sep 26, 2021
1 parent 1e0092a commit 21aecc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ Generate NFTs with metaplex standard
```
nftgen.py --project example --config config.yaml --generate-images
```
7. Combine assets, which copies the images and metadata into one folder
7. Validate assets, which checks for minimum rarity and missing values
```
nftgen.py --project example --config config.yaml --validate
```
8. Combine assets, which copies the images and metadata into one folder
```
nftgen.py --project example --config config.yaml --combine-assets
```
Expand Down

0 comments on commit 21aecc7

Please sign in to comment.