Nexa Script Machine
A library to access the Nexa script processing virtual machine from Kotlin. This library allows you to execute and debug Nexa scripts using the actual script machine running within the Nexa full node.
Add to your Gradle Project
Find the latest library version here.
In your build.grade.kts:
repositories {
maven { url = uri("https://gitlab.com/api/v4/projects/46299034/packages/maven") } // NexaScriptMachine
}
dependencies {
implementation("Nexa","NexaScriptMachine","1.0.1") // Update this version with the latest
}
Content copied to clipboard
Note that libnexa.so (from the Nexa full node) MUST be in your path or working directory! This file is provided as part of this library, but may need updating.