Skip to content

The Java Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC Server.

License

Notifications You must be signed in to change notification settings

lightsail-network/java-stellar-sdk

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jul 2, 2019
Oct 16, 2018
Dec 9, 2019
Dec 9, 2019
Apr 14, 2018
Dec 9, 2019
Nov 19, 2015
Jul 5, 2016
Jul 2, 2019
Dec 9, 2019
Oct 16, 2018
Oct 16, 2018
Mar 20, 2019
Nov 19, 2015

Repository files navigation

java-stellar-sdk

Build Status

The Java Stellar Sdk library provides APIs to build transactions and connect to Horizon.

Installation

Maven

Use jitpack.io's Maven repository:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation 'com.github.stellar:java-stellar-sdk:{version}'
}

The list of versions to install can be found in the Releases section. More information can be found in jitpack.io docs.

JAR

Download the latest jar from the GitHub repo's releases tab. Add the jar package to your project according to how your environment is set up.

Basic Usage

For some examples on how to use this library, take a look at the Get Started docs in the developers site.

Documentation

Javadoc is available at https://stellar.github.io/java-stellar-sdk

Contributing

For information on how to contribute, please refer to our contribution guide.

License

java-stellar-sdk is licensed under an Apache-2.0 license. See the LICENSE file for details.