Releases: Totes5706/cardano-alonzo-nft-creator
Releases · Totes5706/cardano-alonzo-nft-creator
MAJOR release
Project is now fully standalone using the plutus-starter package from IOHK as guidance.
-
IOHK plutus-apps repo is no longer required to use this project
-
Using nix-shell in the main directory now both builds and project and invokes the cardano-node and cardano-cli.
MINOR release
Updated the main script to now accept metadata!
- User has the option of adding an NFT description (64 chars max)
- User has the option of adding IPFS.IO hash (64 chars max)
MAJOR release
This release is a fully functioning NFT-Maker for Cardano. This release has the following functions:
- Creating NFTs using Plutus to validate the policy on chain
- User picks the name of the NFT
- User choice what address the NFT arrives to
- User choice what address the remaining leftover ADA (change) arrives to
- User choice to running this on the testnet or the mainnet
- Custom directory generation when a new token is created separated from the testnet and mainnet
- If an address is already funded, you can create an NFT in under a minute