blockchainworkbench / workbench-ui

UI of blockchain workbench landing page
0 stars 0 forks source link

Integrate a code editor with solidity syntax #16

Closed thibmeu closed 5 years ago

thibmeu commented 5 years ago

Blockchain workbench website uses Ace9.

severus-sn4pe commented 5 years ago

Integration of Ace in react with react-ace worked without problem. But to use the solidity syntax with ace-mode-solidity I had to create a fork with a minor change in order to get it running (see here: https://github.com/severus-sn4pe/ace-mode-solidity/commit/8aad050c642b4e27c16ff40845fd19b76fb5f106). Maybe there's a better solution for this?

~Static Site with Ace and Solidity can be found here: https://severus-sn4pe.github.io/workbench-ui/login~