Home

Awesome

minter

mint algorand NFTs from node.js following ARC-69

Setup

You will need node (https://nodejs.org/en/). After cloning the repo, npm install should install all dependencies.

Accounts

Variables

In server.js, change the following variables for your project:

const UNIT_PREFIX = "BUB-"; // Prefix before identifying number in unit name. eg. "BUB-1", "BUB-2",...
const ASSET_PREFIX = "Algobubble #"; // Prefix before identifying number in asset name
const DESCRIPTION = "generative bubbles";
const MIME_TYPE = "image/png"; // if .jpg, use image/jpg etc.
const EXTERNAL_URL = ""; // external URL, NOT the image URL (could be project URL, etc)

Images

Put your images to be minted in the /images directory.

Properties

Edit properties.csv to contain the appropriate data for your project. Each row must contain filename, but you can leave columns empty and they won't be populated. eg.

filenameabcde
1641042139996.pngtestAtestBtestCtestDtestE
1641042143236.pngtestFtestGtestHtestItestJ
1641042146100testKtestLtestNtestO

Running

To run, simply execute node server.js. If all goes well, you should see some messages being logged relating to your transactions.

Tip

This tool is completely free to use, but if you want to send me an NFT or a few ALGO in thanks you can hit me up on Twitter (https://twitter.com/AlgofishExe) or send to FISHEXEW6C4H6PRREM4OLBQ3EOMI2ETUBM2C3UCNHSV33LA5RTM6A577T4 :)