NFT: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==NFT - minting script using python3== * https://github.com/geraldneale/py-chia-nft_creator - works for me in testnet10 to create multiple NFTs<gneale 2022-07-09> * https://github.com/geraldneale/chia-nft-add_uris - Automated system of aggregating all NFTs in a "wallet" and updating the URIs in bulk. Other useful links: * https://devs.chia.net/guides/nft-developer-guide * https://github.com/zakhikhan/chia-nft-minting-helper * https://dkackman.github.io/chia-api/static/...") |
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. | ||
Revision as of 03:13, 16 November 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.
Other useful links: