Participate in Zeppelin’s Puzzle Game to Celebrate Devcon4!
After the fun we had with last year’s Ethernaut hacking game, we’re releasing EthHunt, a new game...
After the fun we had with last year’s Ethernaut hacking game, we’re releasing EthHunt, a new game...
The OpenBazaar team asked us to review and audit their Escrow contract, one of several in their...
These are great times for smart contract development. The pieces for Ethereum 2.0 are coming...
A stable, audited, and fully tested package for smart contract development
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...