play-editor

0.0.6 • Public • Published

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>

Package Sidebar

Install

npm i play-editor

Weekly Downloads

6

Version

0.0.6

License

MIT

Unpacked Size

3.33 MB

Total Files

9

Last publish

Collaborators

  • serapath