kumavis / ethereum-simulator

:money_with_wings: [Out-of-date] An intereactive simulator for ethereum contracts
https://kumavis.github.io/ethereum-simulator
MIT License
44 stars 13 forks source link

Interfacing with the real ethereum blockchain #21

Open o-jasper opened 10 years ago

o-jasper commented 10 years ago

You could have a 'simulation mode' where you take out the block mechanism and replace it with a 'fake compliant' one.

Ethereum scripts, fees would automatically work the same as in ethereum because it essentially is ethereum.

k1n0k0 commented 10 years ago

Yeah this idea has come up a few times, I think mostly b/c the current cpp client's UI is ugly and unperformant. The core team has a standalone webkit-based ui in the works, to be built on top of the cpp client. I will continue to consider this idea, but I am planning to develop this more in the direction of an IDE. That said, with contracts able to call contracts, and the recent protocol changes to encourage this behaviour in the name of high-level coding via abstraction, being able to reference existing contracts from the IDE would be a significant value add.

k1n0k0 commented 10 years ago

Renamed issue to: Interfacing with the real ethereum blockchain Original title: Running actual ethereum with this as interface?