This is smartcontract code for TonWatchAd It is written by TACT, Blueprint
.env
WALLET_MNEMONIC=""
WALLET_VERSION="" // use "v4" for v4 versions
yarn blueprint run deployNftCollection --testnet --mnemonic;
yarn blueprint run mint --testnet --mnemonic;
yarn blueprint run getCurrentNftAddress --testnet --mnemonic;
yarn blueprint run getNftItemData --testnet --mnemonic;
yarn blueprint run claim --testnet --mnemonic;
Contract
TWA interface
Bot server