1.0.7 • Published 2 years ago

nftank v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

👷‍♂️ NFTank

NFTank

🚀 NFTank (NFT tank for dummies) will allow developers to quickly request NFTs to personal wallets or smart contracts in just a few clicks.

Usage

$ npm install -g nftank
$ nftank (--version)
nftank/0.0.1 win32-x64 node-v16.13.0
$ nftank --help [COMMAND]
USAGE
  $ nftank COMMAND
...

Commands

✨ Check how to mint an NFT using NFTank

USAGE
  $ nftank docs

DESCRIPTION
  ✨ Check how to mint an NFT using NFTank

EXAMPLES
  $ nftank mint

nftank help [COMMAND]

Display help for nftank.

USAGE
  $ nftank help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for nftank.

nftank mint:erc1155

✨ Mint an NFT to the given address

USAGE
  $ nftank mint:erc1155 -I [-a <value>] [-n <value>] [-i <value>] [-t <value>] [-d <value>] [-q <value>]

FLAGS
  -I, --[no-]interactive     (required)
  -a, --address=<value>
  -d, --description=<value>
  -i, --image=<value>
  -n, --network=<value>
  -q, --amount=<value>
  -t, --title=<value>

DESCRIPTION
  ✨ Mint an NFT to the given address

EXAMPLES
  $ nftank mint:erc1155 --address=0xd24CA0297558f0827e2C467603869D1AC9fF435d --network=mumbai

nftank mint:erc721

✨ Mint a ERC721 NFT at a given address

USAGE
  $ nftank mint:erc721 -I [-a <value>] [-n <value>] [-i <value>] [-t <value>] [-d <value>]

FLAGS
  -I, --[no-]interactive     (required)
  -a, --address=<value>
  -d, --description=<value>
  -i, --image=<value>
  -n, --network=<value>
  -t, --title=<value>

DESCRIPTION
  ✨ Mint a ERC721 NFT at a given address

EXAMPLES
  $ nftank mint:erc721 --address=0xd24CA0297558f0827e2C467603869D1AC9fF435d --network=mumbai