Hacker News new | ask | show | jobs
by xerophyte12932 3086 days ago
I have almost no idea about the Ethereum system, but don't you have to pay to have your code executed on the global ethereum machine? Does that mean I have to pay to test run my code? or maybe after I deploy it?
4 comments

You can run your code on a test network:

http://ethdocs.org/en/latest/network/test-networks.html

You can run it in a JavascriptVM.

This an online IDE to play around with Ethereums Solidity language: https://remix.ethereum.org

I think there is a way to have users pay for transactions instead of the contracts or contract owners.
You can use the test net.