NFT: Difference between revisions

From mojo_puzzler
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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==NFT - minting script using python3==
==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.
* 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'





Latest revision as of 00:24, 10 December 2023