How to Deploy an ERC-721 Smart Contract to Avalanche and Mint an NFT with Ankr, Hardhat, and Ethers.js 🔺
💻 Set up your Dev Environment
First, create a new directory called avaxankr
Initialize your new npm project in the directory
npm init
Install Hardhat, an Ethereum development environment for testing and deploying smart contracts to the blockchain.
...
Baldwin
DeFi @ Polygon
Hey this was great thank you!