All Projects → wavesplatform → waves-ide

wavesplatform / waves-ide

Licence: other
IDE for waves blockchain RIDE language

Programming Languages

typescript
32286 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to waves-ide

awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (+215.79%)
Mutual labels:  smart-contracts, waves, ride, dapps
Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-26.32%)
Mutual labels:  smart-contracts, dapps
nuxt-web3
🖖 Web3.js module integration for Nuxt 2 ( Nuxt 3 under development )
Stars: ✭ 38 (+100%)
Mutual labels:  smart-contracts, dapps
blockchain-development
A complimentary course for an understanding of blockchain and its development like custom blockchain, dapps, etc.
Stars: ✭ 71 (+273.68%)
Mutual labels:  smart-contracts, dapps
Ethereum book
精通以太坊 (中文版)
Stars: ✭ 875 (+4505.26%)
Mutual labels:  smart-contracts, dapps
ride-examples
Examples of scripts for accounts, dApps and assets using RIDE programming language.
Stars: ✭ 28 (+47.37%)
Mutual labels:  smart-contracts, ride
quipuswap-core
🧙‍♂️ Repository containing QuipuSwap liquidity protocol smart-contracts written in Ligo language
Stars: ✭ 48 (+152.63%)
Mutual labels:  smart-contracts, dapps
hardhat-abi-exporter
🧰 Export Solidity contract ABIs on compilation ⚙️
Stars: ✭ 29 (+52.63%)
Mutual labels:  smart-contracts, dapps
Hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
Stars: ✭ 727 (+3726.32%)
Mutual labels:  smart-contracts, dapps
Flow Playground
Flow Playground front-end app 🤹‍♂️
Stars: ✭ 73 (+284.21%)
Mutual labels:  smart-contracts, dapps
Go Matrix
First version of go-MATRIX, especially for TPS optimization and AI
Stars: ✭ 187 (+884.21%)
Mutual labels:  smart-contracts
Scilla
Scilla - A Smart Contract Intermediate Level Language
Stars: ✭ 186 (+878.95%)
Mutual labels:  smart-contracts
Remix Project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Stars: ✭ 225 (+1084.21%)
Mutual labels:  smart-contracts
Awesome Blockchain Kor
<블록체인의 정석>, <하이퍼레저 블록체인 개발> 소스코드 및 참고자료 저장소
Stars: ✭ 243 (+1178.95%)
Mutual labels:  smart-contracts
Smart Contract Languages
A curated collection of resources on smart contract programming languages
Stars: ✭ 176 (+826.32%)
Mutual labels:  smart-contracts
Flint
The Flint Programming Language for Smart Contracts
Stars: ✭ 228 (+1100%)
Mutual labels:  smart-contracts
Voting
Dock governance proposals and smart contract
Stars: ✭ 172 (+805.26%)
Mutual labels:  smart-contracts
Cckit
Programming toolkit for building Hyperledger Fabric Golang on-chain (chaincode) and off-chain applications
Stars: ✭ 167 (+778.95%)
Mutual labels:  smart-contracts
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (+773.68%)
Mutual labels:  smart-contracts
Awesome Buggy Erc20 Tokens
A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
Stars: ✭ 251 (+1221.05%)
Mutual labels:  smart-contracts

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].