Skip to content

Category Archives: Blockchain

The Project Name is Decentralized Voting Application (DApps) which is built on Solidity Language. This Project showcases a lot of Solidity’s features. It implements a… Read More
Decision making in programming is used when we have to adopt one out of a given set of paths for program flow. For this purpose,… Read More
In any programming language, Control statements are used to change the execution of the program. Solidity allows us to handle loops and switch statements. These… Read More
Nowadays, the most common term used is a virtual currency, the currency that is only available virtually like bitcoins, ether. So, all these virtual currencies… Read More
Solidity Events are the same as events in any other programming language. An event is an inheritable member of the contract, which stores the arguments… Read More
Escrow is the third party that holds the asset(asset can be money, bond, or stocks) in the presence of two parties. Escrow will release the… Read More
Stable coins are a type of cryptocurrency is pegged to maintain a stable value relative to a specific asset, such as the US dollar. The… Read More
Blockchain In Blockchain every block contains a cryptographic hash of the previous block, a timestamp, and transaction information. In other words, blockchain is a distributed… Read More
A blockchain is a chain of blocks linked together using hashing technique. Each block consists of some timestamped records of information such as financial, healthcare,… Read More
Coming to the cryptocurrency, there are some vital terminologies that must be known in order to get started with this digital asset for all digital… Read More
To install solidity on windows ensure that you are using windows 10, as only windows 10 provides built-in Linux Subsystem. With the help of this… Read More
Do you ever wonder about the sudden emergence and popularity of Blockchain? What is it? Well, Blockchain is literally a chain of blocks as the… Read More
Zero Knowledge Proof (ZKP) is an encryption scheme originally proposed by MIT researchers Shafi Goldwasser, Silvio Micali and Charles Rackoff in the 1980s.  Zero-knowledge protocols… Read More
Blockchain is a technology that is rapidly gaining momentum in era of industry 4.0. With high security and transparency provisions, it is being widely used… Read More
Bitcoin is a digital currency that can be transferred on a peer-to-peer (P2P) network without the need for any central authority. It was invented by… Read More

Start Your Coding Journey Now!