#blockchain
Read more stories on Hashnode
Articles with this tag
Problem: Consumers sometimes struggle to confirm the authenticity of the organic food goods they buy. They want to know that the items they buy meet...
What is Truffle? Truffle is a toolkit for creating things on the Ethereum network. It includes tools for creating, testing, and deploying smart...
Building a Decentralized Lottery Contract in Solidity. Problem Statement: Traditional lotteries are often criticized for their lack of transparency...
A constructor in Solidity is a special function that is automatically called when a contract is deployed. It is used to initialize the contract's...
What is Solidity? Solidity is a programming language for creating smart contracts on the Ethereum network. Smart contracts are code-based contracts...
Welcome to my blog series about Solidity! Whether you're new to blockchain development or an experienced programmer, this blog series is meant to be...