All Projects → amihaiemil → zold-java-client

amihaiemil / zold-java-client

Licence: BSD-3-Clause license
Java wrapper for Zold's RESTful API.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to zold-java-client

coinget
**deprecated API (no longer works)** The fastest cli 💻 price checker for cryptocurrencies📈
Stars: ✭ 27 (+107.69%)
Mutual labels:  crypto
rari-dApp
Rari Capital's Web3 Portal.
Stars: ✭ 145 (+1015.38%)
Mutual labels:  crypto
anyl-wallet
🏦 Anyl Embedded Wallet for Internet of Things
Stars: ✭ 28 (+115.38%)
Mutual labels:  crypto
CodeProject
Common code for unity project develop.
Stars: ✭ 28 (+115.38%)
Mutual labels:  crypto
Pkcs11Interop.X509Store
Easy to use PKCS#11 based X.509 certificate store
Stars: ✭ 24 (+84.62%)
Mutual labels:  crypto
kactoos
General-purpose collection of OOP primitives for Kotlin
Stars: ✭ 19 (+46.15%)
Mutual labels:  oop
cassidy
Cassidy programming language, bringing static typing, strictness, safety and precision into your web project
Stars: ✭ 25 (+92.31%)
Mutual labels:  oop
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+1223.08%)
Mutual labels:  crypto
WeDPR-Lab-Core
Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件
Stars: ✭ 147 (+1030.77%)
Mutual labels:  crypto
NFT.net
An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.
Stars: ✭ 294 (+2161.54%)
Mutual labels:  crypto
cryptouri.rs
Rust implementation of CryptoURI: URN-like namespace for cryptographic objects with Bech32-based encoding
Stars: ✭ 33 (+153.85%)
Mutual labels:  crypto
frontend-moon-wallet
Lightweight & user-friendly crypto wallet
Stars: ✭ 46 (+253.85%)
Mutual labels:  crypto
backend
Bitex Python crypto exchange backend
Stars: ✭ 23 (+76.92%)
Mutual labels:  crypto
VSHG
A standalone addon for GnuPG
Stars: ✭ 18 (+38.46%)
Mutual labels:  crypto
elegantobjects
Supplementary materials for "Elegant Objects" book
Stars: ✭ 23 (+76.92%)
Mutual labels:  oop
FITTER
Fortran tIc Toc Timer
Stars: ✭ 14 (+7.69%)
Mutual labels:  oop
chat-diffie-hellman
A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
Stars: ✭ 26 (+100%)
Mutual labels:  crypto
denarius
Denarius [$D] is a PoW/PoS Hybrid Cryptocurrency with Tribus a new PoW Hashing Algo built specifically for D, one of a kind hybrid masternodes called Fortuna Stakes, atomic swaps, staking, mining, IPFS, optional Native Tor and I2P, and much more!
Stars: ✭ 105 (+707.69%)
Mutual labels:  crypto
TensorTrade
This repository hosts all my code related to TensorTrade. It consists of the main program, its old versions, and some extras for more insights.
Stars: ✭ 16 (+23.08%)
Mutual labels:  crypto
BoardMasters-Question-Of-The-Day
Green River College BoardMasters Club, answers to the question of the day
Stars: ✭ 13 (+0%)
Mutual labels:  oop

zold-java-client

Build Status Coverage Status

Donate via Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Java wrapper over Zold's RESTful API.

Maven dependency

The library comes as a maven dependency:

<dependency>
    <groupId>com.amihaiemil.web</groupId>
    <artifactId>zold-java-client</artifactId>
    <version>0.0.3</version>
</dependency>

In order for it to work, you need to have an implementation of JSON-P (JSR 374) in your classpath (it doesn't come transitively since most people are using Java EE APIs so, chances are it is already provided!).

If you are not using Maven, you can also download the fat jar.

Contributing

If you would like to contribute, just open an issue or a PR.

Make sure the maven build:

$mvn clean install -Pcheckstyle

passes before making a PR. Checkstyle will make sure you're following our code style and guidlines.

This project is managed by Zerocracy, see the Policy for more details.

Note that we do not have Zerocracy QAs, yet we still try to adhere to the QA rules as much as possible (we won't block any PRs for cosmetic stuff such as commit messages, though).

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].