A lot of people talking about NFTs in social media recently, okay, actually since like one or two years ago. I am interested in block chain related stuffs and I also want to see if there any investment chances on it, so I write this article to help me know that actually NFT is. Definition …
How to deploy your first smart contract on Ethereum
1. Use Remix First we naviagete to the Remix. And then we can create a new workspace and add a new file from left part interface. 2. Edit the file we added. I will use the code below as a simple demo. // SPDX-License-Identifier: MIT pragma solidity >=0.5.17; // We define a contract with the …
Continue reading “How to deploy your first smart contract on Ethereum”