Is it possible to compile RIDE contracts locally with Python or JS? I've only found a Java-based compiler, which is less than ideal for a browser app.
Compiling RIDE contracts with Python or JS
66 views Asked by Ivan Kamakin At
2
There are 2 answers
0
On
There is a JS compiler for RIDE, you can find it here https://www.npmjs.com/package/@waves/ride-js
You can use JS library Waves-Transactions to create transactions such as Set script, Set asset script or InvokeScript.