Press enter or click to view image in full sizeEthereumSmart ContractsEthereum is a Dark ForestGet Dan Robinson’s stories in your inboxJoin Medium for free to get updates from this writer.SubscribeSubscribeRemember me for faster sign inBy Dan Robinson and Georgios KonstantopoulosDan RobinsonAug 28, 2020--22ShareThis story has moved to the Paradigm blog.
Dan Robinson·Jan 9, 2019Joining ParadigmI’m excited to announce that I’m joining Paradigm as a Research Partner, to help Matt Huang, Fred Ehrsam, and Charlie Noyes build a neA response icon1
Dan Robinson·Dec 20, 2017Understanding Simplicity: implementing a smart contract language in 30 lines of HaskellLast Monday, Chain released our open-source smart contract language for Bitcoin, Ivy. Ivy is a higher-level language that can compile to…A response icon1
InInterstellarbyDan Robinson·Oct 25, 2018Starlight: payment channels on StellarInterstellar is pleased to announce a preview release of Starlight, an implementation of bidirectional payment channels on Stellar.A response icon3
Dan Robinson·Nov 6, 2017The cost of supporting the B2X fork: how to lose $100m in ten daysSometime next week, Bitcoin nodes running the BTC1 client are expected to mine a block that would be invalid under the rules of Bitcoin…A response icon13
Petru Lucian Giurca·Sep 12Ethereum gas fees — what are they, how are they calculated, and how did they get close to zero?If you’ve ever sent a few tokens on the Ethereum network , you probably already know the feeling: you go to confirm a simple transaction…A response icon1
ATNO For Blockchain Developer·Aug 14Hashing in Blockchain: Why Keccak-256 Was Chosen Over SHA-256 for EthereumA fundamentals-first breakdown of cryptographic hashing in the EVM preimage resistance, collision security, the Keccak vs SHA-256…
Ayush Kumar Amber·Jul 12Why I Built a Gas-Optimized Voting DApp on Ethereum (And What It Taught Me About Solidity)The Core Problem: Ethereum Wasn’t Designed to Be Cheap
Ashutosh Tiwari·Aug 25ABI vs API - a close call?One of the biggest misconceptions I had for a very long time, is thinking that web3 uses ABI and web2 uses API.
Łukasz Gleń·Jul 21How Solidity v0.8 changed JUMP/JUMPI usageSolidity v0.8 introduced built-in safe-math checks. And so Ethereum transaction processing executes an increased number of JUMP, JUMPI and…
Andrey Obruchkov·Apr 22Understanding Anchor Accounts: Seeds, Bumps, PDAs, and How the Client Really WorksWhen you start building on Solana with Anchor, the hardest part isn’t Rust it’s understanding how accounts, PDAs, bumps, and the client all…