https://medium.com/p/785311f58c2/
-
Telegram chat https://t.me/waves_dev_workshops
-
install
docker
-
install command line tool
surfboard
vianpm
(nodejs
required)npm install -g @waves/surfboard
-
install Visual Studio Code with
waves-ride
plugin -
install WavesKeeper for your browser
run local instance of node and explorer
docker run -d -p 6869:6869 wavesplatform/waves-private-node
docker run -d -e API_NODE_URL=http://localhost:6869 -e NODE_LIST=http://localhost:6869 -p 3000:8080 wavesplatform/explorer
initialize an empty project
surboard init
run tests
surfboard test
Local node: http://localhost:6869
Local explorer: http://localhost:3000
Testnet/Mainnet Explorer: https://wavesexplorer.com/
Wallet-demo UI: https://chrome-ext.wvservices.com/dapp-wallet.html
More examples: https://github.com/wavesplatform/ride-examples
RIDE Introduction: https://github.com/KardanovIR/ride-introduction
Online IDE with the examples: https://ide.wavesplatform.com/
Waves documentation: https://docs.wavesplatform.com/
Telegram developer chat: https://t.me/waves_ride_dapps_dev
Waves & RIDE on stackoverflow: https://stackoverflow.com/questions/tagged/wavesplatform
Online course on building dApps on Waves: https://stepik.org/course/54415/syllabus
Waves Labs: https://waveslabs.com/
"dev": {
"API_BASE": "http://devnet-aws-ir-2.wavesnodes.com:6869/",
"CHAIN_ID": "D",
"SEED": "create genesis wallet devnet-0",
"timeout": 60000
}