Blog Posts
Functions Storage in Solidity.
- Samson Ajulor
- Blockchain, Cryptocurrency, Web3
- 28 Aug, 2023
- 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 more30+ Solidity and Smart Contract concepts for Beginners
- Samson Ajulor
- Blockchain, Cryptocurrency, Web3
- 17 Aug, 2023
## 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