0.0.6 • Published 5 years ago

play-editor v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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>