Avneesh Agarwal

NFTank - Mint NFTs to an address within a snap

byβ€’

NFTank (NFT tank for dummies) will allow developers to quickly request NFTs to personal wallets or smart contracts in just a few clicks. NFTank is available as a website as well as a CLI. So terminal lovers, we got your back πŸ‘€.

Add a comment

Replies

Best
Anish De
Whoa, had never thought about this one! gg launching all these CLIs
0xMukesh
@anish_de Thanks!!
Atharva Deosthale
@anish_de Thanks! It's not just a CLI but a web app as well!
Avneesh Agarwal
We have seen a lot of native token faucets for testnets on the internet. But we haven’t quite seen any NFT faucet anywhere. As a developer, it’s quite irritating when we need NFTs to test our code but we need to go through the tedious process of minting a new NFT into the wallet you want (and choosing a picture has always been a pain). NFTank (NFT tank for dummies) solves this problem. NFTank will allow users to quickly request NFTs to personal wallets or smart contracts in just a few clicks. If you need a custom image and name in your NFT, we got you covered, you have the choice to provide details for the NFTs. If you choose not to do so, we will send you a placeholder NFT with a default image and a randomized name. NFTank is available as a website as well as a CLI. So terminal lovers, we got your back πŸ‘€. How to use NFTank as a CLI? - Install NFTank via npm, yarn, or any other package manager which supports npmjs registry. - Run either the "nftank mint:erc721" or "nftank mint:erc1155" command based on your choice whether you want to mint an ERC721 NFT or ERC1155 NFT. - And that's it πŸŽ‰! It was as simple as that. πŸ”— Links - GitHub: https://github.com/buidler-hub/n... - npmjs: https://www.npmjs.com/package/nf... - Website: https://nftank.xyz - Discord: https://discord.gg/buidlershub You can report any bugs or feedback for NFTank at https://discord.gg/buidlers in the #nftank channel.
naklecha
Awesome!
Hamza
Well done