IDE for waves blockchain RIDE language
Last updated Oct 31, 2025
22
Stars
17
Forks
12
Issues
0
Stars/day
Attention Score
70
Language breakdown
TypeScript 73.8%
Less 18.1%
JavaScript 4.4%
CSS 3.0%
HTML 0.5%
Dockerfile 0.1%
▸ Files
click to expand
README
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🔗 More in this category