Skip to content

wavesplatform/waves-ide

Repository files navigation

Waves IDE

About

This repository contains Waves 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, mocha, ride language server and ride schemas
npm run build-monaco && npm run build-mocha && npm run build-language-server && npm run build-schemas
Run dev server on localhost:8080
npm start
Build
npm run dist