All Projects → stellar → Java Stellar Sdk

stellar / Java Stellar Sdk

Licence: apache-2.0

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java Stellar Sdk

Stellar Ios Mac Sdk
Stellar SDK for iOS & macOS - Swift, Stellar, Horizon, Soneso
Stars: ✭ 92 (-36.99%)
Mutual labels:  blockchain, cryptocurrency, sdk
Js Stellar Sdk
Main Stellar client library for the Javascript language
Stars: ✭ 488 (+234.25%)
Mutual labels:  blockchain, cryptocurrency, sdk
Hanzo.js
🚀 Hanzo JavaScript SDK. Develop cutting-edge decentralized applications.
Stars: ✭ 128 (-12.33%)
Mutual labels:  blockchain, sdk
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-10.27%)
Mutual labels:  blockchain, cryptocurrency
Consensys Academy Notes
A series of notes that were taken during the ConsenSys Academy program.
Stars: ✭ 138 (-5.48%)
Mutual labels:  blockchain, cryptocurrency
Simplecoin
Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
Stars: ✭ 1,694 (+1060.27%)
Mutual labels:  blockchain, cryptocurrency
Gulden Official
Blockchain as intended
Stars: ✭ 126 (-13.7%)
Mutual labels:  blockchain, cryptocurrency
Token Core
Next generation core inside imToken Wallet.
Stars: ✭ 138 (-5.48%)
Mutual labels:  blockchain, cryptocurrency
Tokencaps
A middleware framework and persistence layer to aggregate and normalize crypto-currency data.
Stars: ✭ 118 (-19.18%)
Mutual labels:  blockchain, cryptocurrency
Crypto Ecosystems
A taxonomy for open source cryptocurrency, blockchain, and decentralized ecosystems
Stars: ✭ 140 (-4.11%)
Mutual labels:  blockchain, cryptocurrency
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-4.79%)
Mutual labels:  blockchain, cryptocurrency
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-3.42%)
Mutual labels:  blockchain, cryptocurrency
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-18.49%)
Mutual labels:  blockchain, cryptocurrency
Hcashd
Stars: ✭ 118 (-19.18%)
Mutual labels:  blockchain, cryptocurrency
Dokuztas
Blockchain ve cryptocurrency'leri (Bitcoin gibi) daha iyi anlayabilmek için, Türkçe dokümante edilen bir Python implementasyonu
Stars: ✭ 128 (-12.33%)
Mutual labels:  blockchain, cryptocurrency
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (-19.18%)
Mutual labels:  blockchain, cryptocurrency
Awdy
are we decentralized yet? an analysis of how truly decentralized cryptocurrency networks are
Stars: ✭ 133 (-8.9%)
Mutual labels:  blockchain, cryptocurrency
Cryptokernel
A SDK for implementing blockchain-based digital currencies
Stars: ✭ 146 (+0%)
Mutual labels:  blockchain, cryptocurrency
Hummingbot chinese
hummingbot中文资源
Stars: ✭ 114 (-21.92%)
Mutual labels:  blockchain, cryptocurrency
Multi Party Schnorr
Rust implementation of multi-party Schnorr signatures over elliptic curves.
Stars: ✭ 115 (-21.23%)
Mutual labels:  blockchain, cryptocurrency

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].