Skip to content

skeetzo/minty-fresh

 
 

Repository files navigation

Minty - Fresh

Project addendum to original readme.

This fork is intended to be a template for easily interfacing with (my) NFT projects.

Usage

Run minty help to see full usage instructions or minty help <command> for help on a specific command:

minty help mint

> Usage: Minty Fresh [options] [command]

> CLI to some JavaScript NFT utilities

> Options:
>   -V, --version                               output the version number
>   -h, --help                                  display help for command

> Commands:
>   mint [options] <schema>                     Mint a new NFT from an existing schema template
>   show [options] <token-id>                   Get info about an NFT using its token ID
>   transfer [options] <token-id> <to-address>  Transfer an NFT to a new owner
>   pin [options] <token-id>                    "pin" the data for an NFT to a remote IPFS Pinning Service
>   help [command]                              Display help for command

About

a minimal NFT minting platform using IPFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • Solidity 4.2%
  • HTML 2.8%
  • Shell 1.5%
  • CSS 1.2%