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.
- 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.Nick Johnson– Nick Johnson2016-04-25 11:05:30 +00:00Commented Apr 25, 2016 at 11:05
Add a comment |
2 Answers
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/
- 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.Nicolas Massart– Nicolas Massart2016-04-23 20:11:35 +00:00Commented 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. ☺️tayvano– tayvano2016-04-23 21:57:35 +00:00Commented Apr 23, 2016 at 21:57
- @tayvano I was aware of that site, however it was not what I was looking for.Jeth– Jeth2016-04-23 22:43:47 +00:00Commented 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)tayvano– tayvano2016-04-24 01:07:59 +00:00Commented Apr 24, 2016 at 1:07
- @tayvano thanks for the links.If anyone knows mode80 or a way to contact him, you're welcome :)Nicolas Massart– Nicolas Massart2016-04-24 22:18:02 +00:00Commented Apr 24, 2016 at 22:18
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