Solidity - A Typed Language

Why Solidity is consider as a Typed language. It requires variables to be explicitly declared with a specific data type, and these types are strictly enforced during compilation. In other words, ever...
0 Read More

A sleek solidity cheatsheet

part 1 of a 5 part series on essentials for solidity devs solidity_cheatsheet.sol cryptography_cheatsheet.sol assembly_cheatsheet.sol designPatterns_cheatsheet.sol security_cheatsheet.sol It compiles!...
0 Read More