https://github.com/steppsr/ownerwalletsfromnftids
Get a list of owner wallets from a list of NFT IDs using the Mintgarden API
https://github.com/steppsr/ownerwalletsfromnftids
bash chia chia-blockchain mintgarden-api nft nfts wallet
Last synced: 2 months ago
JSON representation
Get a list of owner wallets from a list of NFT IDs using the Mintgarden API
- Host: GitHub
- URL: https://github.com/steppsr/ownerwalletsfromnftids
- Owner: steppsr
- License: apache-2.0
- Created: 2022-10-13T21:48:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T02:51:49.000Z (over 1 year ago)
- Last Synced: 2025-02-28T02:42:20.462Z (3 months ago)
- Topics: bash, chia, chia-blockchain, mintgarden-api, nft, nfts, wallet
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetNFTNamesFromNFTIDs
Get a list of NFT Names from a list of NFT IDs using the Mintgarden API## Requiements
You will need a list of NFT IDs. You can use the NFTIDsFromCollection tool from [here](https://github.com/steppsr/GetNFTIDsFromCollection) to generate the list of NFT IDs.## Running the command
Use the `bash` command to run the script and pass in the name of the file containing your NFT IDs as the first parameter. You can also use redirect to send the output to a file.Example:
```
bash getnftnames.sh list.txt > my_output.txt```