Try running some of the following tasks:
To install all dependencies, run the following command
yarn
To test the basic functionality of smart contract, run:
yarn hardhat test
To deploy the contract to the avalanche network, run the following command
to testnet:
yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheTest
to mainnet:
yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheMain