1

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.

2 Answers2

0

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

Nazim Faour
  • 804
  • 4
  • 6
0

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

KardanovIR
  • 482
  • 1
  • 4
  • 17