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
- Host: GitHub
- URL: https://github.com/wavesplatform/waves-ide
- Owner: wavesplatform
- Created: 2018-08-27T08:37:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T16:02:46.000Z (8 months ago)
- Last Synced: 2025-08-18T18:07:42.864Z (8 months ago)
- Topics: dapps, ride, smart-contracts, waves, waves-ide
- Language: TypeScript
- Homepage: https://waves-ide.com
- Size: 8.41 MB
- Stars: 21
- Watchers: 7
- Forks: 19
- Open Issues: 40
-
Metadata Files:
- Readme: readme.md
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
```