git clone https://github.com/pantemon/fastify-ton-nft-deployer.git
cd ./fastify-ton-nft-deployer && yarn
yarn start
chmod +x ./scripts/* && ./scripts/deploy_nft_item.sh
{ walletMnemonic: string, walletType: string, nftCollectionAddress: string, nftItemOwnerAddress: string, nftItemContentUri: string }
{ nftItemAddress: string }