saroj.hashnode.devHow to create an NFT in Solidity? With Example!Well, finally today we will see, how we can create a simple NFT using the Solidity programming language. And, we will also see, how we can deploy the NFT. Excited? Me too :) Before moving forward I assume you are aware of NFT, and how it works, if no...Jan 28, 2023·3 min read
saroj.hashnode.devEthereum Fork HistoryEthereum! As many of you know, Ethereum is a decentralized, open-source blockchain with smart contract functionality and it is the native cryptocurrency of Ether. Today in this article we will explore the fork history of Ethereum. I am sure, you mig...Sep 26, 2022·3 min read
saroj.hashnode.devDeploying a Smart Contract with Truffle GanacheGanache Today we will see how we can deploy a smart contract with the help of truffle ganache. Ethereum Ganache is a local in-memory blockchain designed for development and testing. It simulates the features of a real Ethereum network, including the ...Sep 13, 2022·5 min read
saroj.hashnode.devComplete Solidity Code Deployment ProcessSolidity! I guess many of you know, that Solidity is the programing language for Ethereum smart contract development. If you are new to solidity, don't worry, today we will be having a complete solidity code development process as well as we will see...Sep 1, 2022·4 min read
saroj.hashnode.devSmart Contract and its Compilation ProcessSmart Contract! Before starting the smart contract I hope all of you know about the simple contract. Right? What is a Contract? A contract is a written or spoken agreement, especially one concerning employment, sales, or tenancy, that is intended to...Aug 24, 2022·5 min read