NexaScriptMachine

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
}

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.

Packages

Link copied to clipboard

This is the main package to access the Nexa Script Virtual Machine