Universal Money Address (UMA) Kotlin SDK
The Universal Money Address (UMA) SDK for Kotlin and Java. UMA is an open protocol that makes sending money as easy as sending an email, using human-readable addresses like $alice@bank.com.
See this repository for a sample
implementation and check out the full documentation for more info.
Installation
You can install the SDK from Maven Central using Gradle or Maven.
Gradle
In Groovy:
dependencies {
implementation 'me.uma:uma-sdk:1.6.2'
}
In Kotlin:
dependencies {
implementation("me.uma:uma-sdk:1.6.2")
}
Maven