Contract Deployment
How to deploy a new contract using ethers.js
Last updated
How to deploy a new contract using ethers.js
Last updated
With our Finnie wallet properly set and initialized, its time to create our collectiblesContract
- an exemplary contract that can be used to mint NFTs.
In the following example, we will use ethers.js
library to interact with the Ethereum
blockchain. You can install it by running:
Check their for more details.
Now, we can use our newly created to mint our first NFT in the Mint NFT section.