Nexa Rpc
A library to access the Nexa full node's RPC commands. This is the same set of commands you get using nexa-cli
.
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/38119368/packages/maven") } // NexaRpc
}
dependencies {
// typically this library is used in test code so the example shown uses "testImplementation"
testImplementation("Nexa","NexaRpc","1.0.6") // Update this version with the latest
}
Content copied to clipboard