README
play-editor
embeddable solidity editor
this module is work in progress
usage (module) - npm install play-editor
const playeditor = require('play-editor')
// for now, see `demo.js`
this module is work in progress
usage (iframe) - <!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>