Tagged in

Technical

ConsenSys Media
ConsenSys Media
News, insights, and education on all things decentralization from leaders in the blockchain industry
More information
Followers
22K
Elsewhere
More, on Medium

The DAO Heist FAQ Part III — The Hard Fork

Read Part I and Part II.

Summary: A hard fork will transfer all ETH to a refund address. As soon as you interact with the Ethereum chain you should update your client.


The DAO Heist FAQ Part II

Read our first The DAO Heist FAQ here.

Summary: all Ether is temporarily locked in waiting periods in DAO contracts. A hard fork will likely be implemented and put all of The DAO’s Ether into a simple withdraw contract.


How to Create Your Own Tokens: Standard Token Factory (for Humans) Deployed

We’ve deployed a Standard Token Factory to the Ethereum mainnet.

To add it to Mist, go to the Contracts screen and add a new contract. Enter the address…


Exploring Code Reuse in Solidity

My first impression of Solidity, the most popular programming language that runs on Ethereum’s virtual machine, was that the language was quite approachable. As someone who has been working with languages like Ruby, JavaScript, Perl, and Java for 16 years, I was able read…