A simple tutorial on making nft/memecoins on algorand
Let’s make a simple NFT/memecoin on the Algorand TestNet! We’ll use the Purestake API, NFT Storage, and the Algorand Python SDK to programmatically create some coins/nfts/assets. 1
Tip: If you want to speedrun through this tutorial, just read each heading and the
tl;dr
s at the end of the section.
Pre-requisites
- You should hopefully know how to open the terminal and use a code editor. On MacOS or Ubuntu (any Linux-based OS), just open up your terminal. If you are on Windows, I recommend you install WSL, and you will be able to run a Ubuntu terminal on your machine.
- Your machine should have
git
andpython
installed.
Clone this repo
Open up your terminal and