#solidity
Read more stories on Hashnode
Articles with this tag
What Happened? Polter Finance, a decentralized lending protocol, was exploited for approximately $8.7 million due to a vulnerability in its price...
Naming Convention Contract and Library Names Contracts and libraries should adhere to the CapWords style. For example, consider names like...
The key to code readability and maintainability · Introduction Solidity, the programming language of the Ethereum blockchain, offers a unique feature...
Introduction In the exciting realm of Ethereum and smart contracts, the concept of Address(0) stands as a fascinating enigma, often referred to as the...
Solidity Best Practices · Getting Started In the world of Solidity, where smart contracts reign supreme, the first line of defence against chaos is often...