Skip to content

Releases: Totes5706/cardano-alonzo-nft-creator

MAJOR release

30 Mar 19:48
Compare
Choose a tag to compare

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

15 Mar 14:50
d197d0f
Compare
Choose a tag to compare
MINOR release Pre-release
Pre-release

Updated the main script to now accept metadata!

  1. User has the option of adding an NFT description (64 chars max)
  2. User has the option of adding IPFS.IO hash (64 chars max)

MAJOR release

15 Mar 00:13
f95739e
Compare
Choose a tag to compare
MAJOR release Pre-release
Pre-release

This release is a fully functioning NFT-Maker for Cardano. This release has the following functions:

  1. Creating NFTs using Plutus to validate the policy on chain
  2. User picks the name of the NFT
  3. User choice what address the NFT arrives to
  4. User choice what address the remaining leftover ADA (change) arrives to
  5. User choice to running this on the testnet or the mainnet
  6. Custom directory generation when a new token is created separated from the testnet and mainnet
  7. If an address is already funded, you can create an NFT in under a minute