Waves Ride language extention and Waves JS Console for Visual Studio CodeRide compiler version 1.4.18-94668465c91abb4403f0d28ba6031191e88de65fRide is the language used in Waves blockchain to create smart accounts. This extention provides:
UsageExtention recognizes ".ride" files Code completionUse standard Ctrl/Command + Space to autocomplete. Global functions, variables, transaction types are supported. Pattern matching and if/else statements supported via snippets Error highlightingCurrently shows first compilation error. Invalid base64 and base58 strings are highlighted via syntax highlighting Interactive consoleTo open interactive console run "Start Waves JS Console" task via command palette (Shift + Command + P). Waves JS Console is a javascript console with convenient functions to interact with blockchain. Console provides help method for this functions. Available functionsTransactions:You can create and sign transactions. All functions take transaction parameters and optional seed to sign. If no seed is provided, default one from settings will be used. For more detailed list check @waves/waves-transactions library, that is used internally
Addresses and keys:You can generate keyPairs from seed. If no seed is provided, default one from settings will be used.
Code interaction:You can interact with code.
Blockchain interaction:You can broadcast transaction to blockchain or publish current script
SettingsDefault chain id
Default seed
Node URL
|