/algoNFTs

Primary LanguagePython

Overview

Intro

This repository provides guides and scripts to batch mint, transfer and update Algorand NFTs using Python. All these scripts and guides are written in my spare time and come with no warranty whatsoever of any kind. Always run things on the testnet first, and it is strongly recommended to refer to the official Algorand documentations beforehand: https://developer.algorand.org/docs/features/asa/

Available:

a) Batch minting NFTs following ARC69

b) Batch updating existing NFTs to ARC69

c) Batch opt-into ASAs

d) Fetch all holders of assets created by given address

In Progress:

a) Batch transfer ASAs

b) Batch opt-out ASAs with zero balance

Other resources:

a) Random NFT art generator using Python:

https://github.com/Jon-Becker/nft-generator-py

b) Random NFT art generator using JavaScript:

https://github.com/HashLips/hashlips_art_engine