Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alincode/play-editor
- Owner: alincode
- License: mit
- Created: 2018-11-04T09:07:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T09:20:49.000Z (about 6 years ago)
- Last Synced: 2024-11-06T07:26:57.452Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://ethereum-play.github.io/play-editor/
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```