Skip to content

Commit

Permalink
docs: add recipe section
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvanderwaal committed Jul 3, 2022
1 parent 3c25b01 commit 7ad6ad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs-src/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- [Overview](./overview.md)
- [Quick Start](./quick_start.md)
- [Examples](./examples.md)
- [Recipes](./examples.md)
- [Global Options](./global_options.md)
- [Burn](./burn.md)
- [Collections](./collections.md)
Expand Down
6 changes: 6 additions & 0 deletions docs-src/src/recipes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Update List of NFT Metadata

1. Get your NFT mint list using `metaboss snapshot` or another tool.
2. Decode all the metadata into files using `metaboss decode mint -L <NFT_MINT_LIST_FILE> --full -o <DATA_FILES_DIR>`.
3. Update the specific data you want changed in each file in the `<DATA_FILES_DIR>`.
4. Update the NFTs with `metaboss update data-all -d <DATA_FILES_DIR>`.

0 comments on commit 7ad6ad8

Please sign in to comment.