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.
- Host: GitHub
- URL: https://github.com/avneesh0612/nftank
- Owner: avneesh0612
- License: mit
- Created: 2022-05-14T06:02:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T19:05:56.000Z (about 2 years ago)
- Last Synced: 2025-01-02T11:11:43.930Z (4 months ago)
- Language: TypeScript
- Homepage: https://nftank.xyz/
- Size: 1.06 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👷♂️ 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
```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 docsDESCRIPTION
✨ Check how to mint an NFT using NFTankEXAMPLES
$ 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 addressEXAMPLES
$ 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 addressEXAMPLES
$ nftank mint:erc721 --address=0xd24CA0297558f0827e2C467603869D1AC9fF435d --network=mumbai
```