Contract Deployment
How to deploy a new contract using ethers.js
Install ethers.js to interact with Ethereum
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 documentation for more details.
Now, we can use our newly created to mint our first NFT in the Mint NFT section.
Last updated