6

Is there a Scratch website available for the Solidity language? The only one I could find was Etherscripter.com however that one is only for Serpent.

1
  • Etherscripter is based on Google's Blockly; it'd be fairly straightforward in principle to build a similar version for Solidity - Blockly is explicitly designed to make building new backends straightforward. Commented Apr 25, 2016 at 11:05

2 Answers 2

2

There is browser solidity, which allows you to compile but does not seem to include the full functionality of EtherScripter: http://chriseth.github.io/browser-solidity/

5
  • Browser solidity has nothing in common with Etherscripter as far as I know it's not a visual editor like requested in this question. However the best thing would be to implement solidity in Etherscripter. But I can't find any way to contact the author, no guthub project and even whois is not helpful. Commented Apr 23, 2016 at 20:11
  • I updated my answer to reflect the differences. I'll leave the answer because it is the only browser-based compiler for solidity that I know. However, you don't need to mark it as correct and maybe you'll get more answers. ☺️ Commented Apr 23, 2016 at 21:57
  • @tayvano I was aware of that site, however it was not what I was looking for. Commented Apr 23, 2016 at 22:43
  • 1
    @Jeth -- here's the guys announcement post: forum.ethereum.org/discussion/713/… and his github is here: github.com/mode80 (although the etherscripter source is not) Commented Apr 24, 2016 at 1:07
  • @tayvano thanks for the links.If anyone knows mode80 or a way to contact him, you're welcome :) Commented Apr 24, 2016 at 22:18
1

ArabianChain is developing one using blockly as well and it'll cover Solidity, Serpent and Thuraya. It'll be ready in June 2017.

this is a pre-launch video , not that attractive yet but it'll show the builder. https://www.youtube.com/watch?v=MbaZ6f4AFhs

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.