Blog Posts

Functions Storage in Solidity.

- There are three distinct areas for storing and managing data within a smart contract1. Calldata: This is a special, read-only, non-modifiable area where function arguments and external calldata is

read more

30+ Solidity and Smart Contract concepts for Beginners

## 1. Describe the role of a Validator Validators are clients which make use of consensus algorithms to ensure that valid blocks are added to the chain. This overall ensures the security and integrit

read more