Skip to content

kuvabase/Kuvabase-BWCJ

Repository files navigation

Download

Kuvabase-BWCJ

The client library written on java for BWS Bitcore wallet service.


Description

This library communicates with BWS Bitcore wallet service using the REST API.

The library includes Retrofit2 realization for a server interaction, but there is no strong dependecy in a domain level on Retrofit2. So you free to implement any other library/framework to interact with a server.


Get Started

Add dependecy on bwcj to a build.gradle file:

repositories {
    maven {
        url 'https://dl.bintray.com/kuvabase/maven'
    }
}

dependencies {
    implementation 'org.openkuva.kuvabase:bwcj:0.1.8.21'
}

Check newest version of Kuvabase-BWCJ here.


Flows overview


Example

See the Sample Android application for a simple wallet implementation that relays on BWS and uses Kuvabase-BWCJ.


About

The client library written on java for Bitcore Wallet Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages