/tryethereum

Try Ethereum with an online interface

Primary LanguageJavaScriptMIT LicenseMIT

tryethereum

Try Ethereum with an online interface.

Running

For example:

  1. Enter cow for seed
  2. Click "Gimme more money"
  3. Get the namecoin contract written in serpent from http://blog.ethereum.org/2014/04/10/pyethereum-and-serpent-programming-guide-2 and submit it. Note the address of the contract, let's call it NAMECOIN_ADDRESS.
  4. In "State Explorer" enter NAMECOIN_ADDRESS to see your namecoin contract
  5. Submit Transaction to NAMECOIN_ADDRESS with value 0 and data "harry 60" (no quotes)
  6. In "State Explorer" you should see your data will now be in storage "1734439545 60"

Try out other stuff and if you want to reset (genesis block), delete it from mongo eg. db.block.remove({})