In this guide we'll learn how to create algorithmically generated NFTs. We'll cover creating a Deno project, generating the images using the Canvas API, uploading them to IPFS, and minting them to Westmint using Capi.
In this guide we'll be using Deno, but you can also use node. If you don't have deno installed, make sure to get it installed [here].(https://deno.land/[email protected]/getting_started/installation)
To create a new Deno application, you can open your command line and run these commands to setup the project folder and create main.ts:
mkdir gen-art-nfts