Articles in this series
Solidity contracts are extremely similar to classes in object-oriented programming languages such as Java. State variables, functions, modifiers,...
On the Ethereum network, ERC-20 tokens are a collection of 'fungible' digital tokens. Each token in the set is indistinguishable from every other...
Last week I published an article on [INTRODUCTION TO VALUE TYPES IN...
Solidity is an object-oriented, high-level language for creating smart contracts. Smart contracts are small computer programs that are replicated and...