Reputation: 51
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.
Upvotes: 1
Views: 64
Reputation: 492
There is a JS compiler for RIDE, you can find it here https://www.npmjs.com/package/@waves/ride-js
Upvotes: 0
Reputation: 804
You can use JS library Waves-Transactions to create transactions such as Set script, Set asset script or InvokeScript.
Upvotes: 0