Ivan Kamakin
Ivan Kamakin

Reputation: 51

Compiling RIDE contracts with Python or JS

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

Answers (2)

KardanovIR
KardanovIR

Reputation: 492

There is a JS compiler for RIDE, you can find it here https://www.npmjs.com/package/@waves/ride-js

Upvotes: 0

Nazim Faour
Nazim Faour

Reputation: 804

You can use JS library Waves-Transactions to create transactions such as Set script, Set asset script or InvokeScript.

Upvotes: 0

Related Questions