An open API service indexing awesome lists of open source software.

https://github.com/avneesh0612/nftank

🚀 NFTank (NFT tank for dummies) will allow developers to quickly request NFTs to personal wallets or smart contracts in just a few clicks.
https://github.com/avneesh0612/nftank

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 👷‍♂️ NFTank

![NFTank](https://user-images.githubusercontent.com/76690419/168440752-a3249cbd-d3b2-4c3b-b635-acd57ff55b9c.png)

NFTank - Mint NFTs to an address within a snap | Product Hunt

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

# Usage

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

# Commands

- [`nftank docs`](#nftank-docs)
- [`nftank help [COMMAND]`](#nftank-help-command)
- [`nftank mint erc1155`](#nftank-mint-erc1155)
- [`nftank mint erc721`](#nftank-mint-erc721)

✨ Check how to mint an NFT using NFTank

```bash
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 ] [-n ] [-i ] [-t ] [-d ] [-q ]

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

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 ] [-n ] [-i ] [-t ] [-d ]

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

DESCRIPTION
✨ Mint a ERC721 NFT at a given address

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