EVM package deployment with ZeppelinOS—Part II
In this section, we’ll make sure the contract we’ve deployed to our local network works by testing...
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...
Welcome to the first part of a two-posts series aimed at software developers looking to understand...