Blockchain

key, castle, security-3348307.jpg

Solidity Security: Tips and Tricks for Secure Smart Contract Development

Solidity is a powerful programming language to create smart contracts for the Ethereum blockchain. While it offers many benefits, developers must know the potential security risks associated with creating and deploying Secure Solidity contracts. One real-life example of a Solidity security issue occurred in 2016 with the DAO hack, in which a hacker exploited a …

Solidity Security: Tips and Tricks for Secure Smart Contract Development Read More »

Open Zeppelin ethernaut Fallback challenge 2023

Completing this Fallback challenge takes a lot of patience and observation of the codes. Things to note. 1. Take over the contract 2. Become the highest contributor. Open the challenge page on your browser  Start by creating a new instance. Next, call the address from the developer panel from the right using the contract.address. Next, …

Open Zeppelin ethernaut Fallback challenge 2023 Read More »