Blockchain
Mastering Smart Contract Development: Writing and Deploying Solidity Contracts using Solidity
The Ethereum network is different from the very first Bitcoin network in a way that on the Ethereum network, we can execute smart contracts. But what are smart contracts and how to code them? This post is focused on understanding smart contracts and solidity which is one of the popular programming languages used to write smart contracts. Let's get started. What are smart contracts? Smart contracts are just computer programs. We should not get confused with legal contracts as it has contract…
Everything you need to know about Ethereum blockchain network
Ethereum is the second blockchain developed after the Bitcoin blockchain's popularity. Like Bitcoin, Ethereum is a decentralized, open-source blockchain with the additional functionality of smart contracts. But before discussing the Ethereum blockchain, let us first understand the need for a second blockchain network. Why was another blockchain network needed? The most significant reason behind building the Ethereum networks was that the developers were inspired to build a blockchain that is…
Understanding blockchain as a beginner
The blockchain is a peer-to-peer distributed ledger and tracks various transactions. It is a system maintained across several computers that are linked in a peer-to-peer network. To know about the technologies involved in building the blockchain architecture refer to post Key Technologies behind blockchain. NOTE: Here I will be talking about the blockchain and not crptocurrencies such as Bitcoin. Bitcoin, Ethereum, etc. is a cryptocurrency which uses blockchain networks to do a transactions…