Testing real-world contract upgrades
Deploying to production can be a stressful experience, especially if you don’t have a proper suite...
We’re doubling down on open source and sunsetting Defender
on July 1, 2026. Read more
Deploying to production can be a stressful experience, especially if you don’t have a proper suite...
In this section, we’ll make sure the contract we’ve deployed to our local network works by testing...
Two months ago, we presented the EVM package standard as a means to securely share on-chain...
This week started off with the finding of malicious code injected into a dependency of a popular...
Few applications need blockchains. Distributed consensus makes each computational step very...
In the last article, we noticed that the runtime bytecode generated by the Solidity compiler...
We saw how the function selector acts as a hub or a switch of sorts in our BasicToken.sol contract....
William Hinman’s recent statements at the Yahoo Finance All Markets Summit provide some guidance...
In the prev. article, we identified the need to separate a contract’s bytecode into creation-time...
Let’s get started by attacking the disassembled gibberish of our contract with our...
You’re on the road, driving fast in your rare, fully restored 1969 Mustang Mach 1. The sunlight...
Welcome to the second part of this guide. If you haven’t read part 1, I highly recommend it to...