Variables in Solidity smart contracts are used to store information. Think of variables as containers that hold information for use…
Solidity
Constructor in Solidity smart contracts
A constructor in Solidity is a special function that is used to initialize state variables in a contract. The constructor is…
Data Types in Solidity smart contracts
Data types in Solidity represents the type of data the program is to use. The type can be numeric, alphanumeric,…
Ethereum Help and Information
The best place for Ethereum information is https://ethereum.org/en/ A few popular forums that one should explore r/ethereum – General forum on Reddit…