by Vicky Catanese | Jun 30, 2021 | Blockchain, NFT
Remix will compile the NFT smart contract before deploying it. In order to do this, you have two options: If you mark the Auto compile option in Remix, every time you save the file, your smart contract will be compiled. Or you can uncheck this option and compile it...
by Vicky Catanese | Jun 30, 2021 | Blockchain, NFT
Adding ETH to your Metamask wallet In order to get funds to make the transactions that we are going to need to deploy and mint the NFT. We are going to use Facuet website, which is going to send us small ETH amounts to our wallet. We have a lot of Facucet websites...
by Vicky Catanese | Jun 30, 2021 | Blockchain, NFT
This tutorial will take you through the process of building your first NFT and deploying it in the Rinkerby Test Network. This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts but also for those who are new in the NFT world. We will...
by Vicky Catanese | Jun 30, 2021 | Blockchain, NFT
There are many approaches to making an NFT marketplace. Before that, if you want to find out what is an NFT, I recommend you to check this previous article series. Now, like the physical world, when we decide to go to a store we base our decision on trust. I trust...
by Vicky Catanese | Jun 30, 2021 | Blockchain, NFT
What is a Smart Contract? To learn more about what a smart contract is, we invite you to read this article with information about the essence of Smart Contracts. But to recap, let’s say that a smart contract, to this day, is similar to a contract as we...