libnexakotlin

A multiplatform library to provide wallet-type operations for the nexa blockchain, including:

  • connectivity to the peer-to-peer and electrum protocol networks.

  • script creation and simulation

  • address conversion

  • wallet operation

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/48545045/packages/maven") } // LibNexaKotlin
}

dependencies {
// typically this library is used in test code so the example shown uses "testImplementation"
implementation("org.nexa:libnexakotlin:0.0.1") // Update this version with the latest
}

Packages

Link copied to clipboard
common
Link copied to clipboard
common
Link copied to clipboard
common
Link copied to clipboard
common
linux
native
Link copied to clipboard
common
Link copied to clipboard
common
Link copied to clipboard
linux
Link copied to clipboard
linux
Link copied to clipboard
common