EVM package deployment with ZeppelinOS—Part I
If you’re familiar with Node.js, then you will be familiar with NPM (Node Package Manager). You...
If you’re familiar with Node.js, then you will be familiar with NPM (Node Package Manager). You...
The purpose of this post is to update my personal vision of Zeppelin and Zeppelin’s projects, as...
The platform for developing, deploying, and operating smart contract projects.
Smart contract development is still in its early days. We’re all still trying to figure out what it...
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...
The function body is precisely what the function wrappers detour to, after unpacking the incoming...
We saw how the function selector acts as a hub or a switch of sorts in our BasicToken.sol contract....
The Transaction Permission Layer protocol (TPL) is a method for assigning metadata (herein referred...
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...