play-editor

embeddable solidity editor

Usage no npm install needed!

<script type="module">
  import playEditor from 'https://cdn.skypack.dev/play-editor';
</script>

README

play-editor

embeddable solidity editor

usage (module) - this module is work in progress

npm install play-editor

const playeditor = require('play-editor')

// for now, see `demo.js`

usage (iframe) - this module is work in progress

<!doctype html>
<html>
  <head><meta charset="utf-8"></head>
  <body>
    <iframe src="https://ethereum-play.github.io/play-editor"></iframe>
    <script>
      var playeditor = document.querySelector('iframe')

      // @TODO: not yet implemented

    </script>
  </body>
</html>