Solidity – Series

0
More

Solidity: Functions.

  • May 4, 2021

Functions are the most important part of smart contracts as this is the place where the logic of the smart contract takes place, in other words, whatever the smart contract...

0
More

Solidity: Events.

  • May 4, 2021

Events are mostly utilized to communicate back with whoever invoked the contract in the first place, this can be a client implemented in web3.js for example or it can also...