NFT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==NFT - minting script using python3== | ==NFT - minting script using python3== | ||
* https://github.com/geraldneale/chia-nft-add_uris - Automated system of aggregating all NFTs in a "wallet" and updating the URIs in bulk. | * https://github.com/geraldneale/chia-nft-add_uris - Automated system of aggregating all NFTs in a "wallet" and updating the URIs in bulk. | ||
* Mintgarden API command - curl -s https://api.mintgarden.io/collections/col1mzg4s7q09030tew2xj3rjck2rz77tlt94ekmrqe6l6dm260qhx5qu3a9ds/nfts/ids | jq -r '.[] | .encoded_id' | * Mintgarden API command - curl -s https://api.mintgarden.io/collections/col1mzg4s7q09030tew2xj3rjck2rz77tlt94ekmrqe6l6dm260qhx5qu3a9ds/nfts/ids | jq -r '.[]| .encoded_id' | ||
Latest revision as of 00:24, 10 December 2023
NFT - minting script using python3
- https://github.com/geraldneale/chia-nft-add_uris - Automated system of aggregating all NFTs in a "wallet" and updating the URIs in bulk.
- Mintgarden API command - curl -s https://api.mintgarden.io/collections/col1mzg4s7q09030tew2xj3rjck2rz77tlt94ekmrqe6l6dm260qhx5qu3a9ds/nfts/ids | jq -r '.[]| .encoded_id'
Other useful links: