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

https://github.com/wavesplatform/waves-ide

IDE for waves blockchain RIDE language
https://github.com/wavesplatform/waves-ide

dapps ride smart-contracts waves waves-ide

Last synced: 8 months ago
JSON representation

IDE for waves blockchain RIDE language

Awesome Lists containing this project

README

          

# Waves IDE
## About
This repository contains [Waves Web IDE](https://ide.wavesplatform.com) for RIDE smart contracts
You can set default seed, default network byte and node url via settings.

Console documentation can be found [here](https://github.com/wavesplatform/waves-repl)
## Usage
##### First steps

Make sure you have node-js > 10.0, else https://nodejs.org/en/download/package-manager/

```npm
npm install
```
##### You need to build monaco editor, mocha, ride language server and ride schemas
```npm
npm run build-monaco && npm run build-mocha && npm run build-language-server && npm run build-schemas
```
##### Run dev server on localhost:8080
```npm
npm start
```
##### Build
```npm
npm run dist
```