#solidity
Read more stories on Hashnode
Articles with this tag
In Solidity, once a smart contract is deployed, its code is immutable. This means you cannot directly modify the contract logic. However, as...
When we build smart contracts, it’s essential to make sure they behave as expected. We can’t have anyone sending bad data or messing with the...
If you’re a Solidity developer—whether new or experienced—you’ve likely encountered unique challenges when working with smart contracts. Unlike...
In the realm of blockchain technology, Ethereum has emerged as a pioneer, providing a decentralized platform that goes beyond simple transactions. At...