Acryl IDE
About
This repository contains Acryl Web IDE for RIDE smart contracts You can set default seed, default network byte and node url via settings.
Console documentation can be found here
Usage
First steps
Make sure you have node-js > 10.0, else https://nodejs.org/en/download/package-manager/
npm install
You need to build monaco editor and mocha
npm run build-monaco && npm run build-mocha
Run dev server on localhost:8080
npm start
Build
npm run dist
Update
Update examples
npm run update-examples
Update icon style
npm run update-icon-mixins