Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alincode/play-editor

embeddable solidity editor
https://github.com/alincode/play-editor

Last synced: 11 days ago
JSON representation

embeddable solidity editor

Awesome Lists containing this project

README

        

# play-editor
embeddable solidity editor

# usage (module) - `this module is work in progress`
`npm install play-editor`
```js
const playeditor = require('play-editor')

// for now, see `demo.js`
```

# usage (iframe) - `this module is work in progress`
```html





var playeditor = document.querySelector('iframe')

// @TODO: not yet implemented


```