Aditya Bondeadityabonde.hashnode.dev·Oct 6, 2024Mastering Solidity Patterns: Why You Should Care About Smart Contract Design PatternsIf you’re a Solidity developer—whether new or experienced—you’ve likely encountered unique challenges when working with smart contracts. Unlike traditional applications, smart contracts on the blockchain are immutable, meaning once they’re deployed, ...Mastering Solidity PatternsSolidity
Esther Breathestherbreath01.hashnode.dev·Oct 2, 2023ACCESS CONTROL AS AN ATTACK VECTOR IN SOLIDITY Access Control Checks on Critical FunctionsINTRODUCTION Before we can discuss this topic, let’s understand what Blockchain and Smart contracts are. Blockchain is a globally shared transactional database. This means that everyone can read entries in the database just by participating in the ne...access control
Favour Ajayefavourajaye.hashnode.dev·Jun 30, 2023Understanding contract ownership in solidity and Access control patternsContract ownership and access control patterns are crucial aspects of smart contract design and implementation. They help define who has the authority to perform certain actions within the contract and establish permission-based access control. Cont...10 likesSolidity