Giter Site home page Giter Site logo

blockio-java's Introduction

Block.io Java

Java API wrapper for http://block.io

This is a Java API wrapper for communication with the block.io wallet service. It is designed to completely abstract the API into Java objects that give you access to all data you'll need to access your wallets at block.io.

The client is fully synchronous in its current implementation. If you need it to be asynchronous, you have to implement that according to your needs.

Status

This is still work in progress, but "real world" tests look good so far. Unit tests mostly fail, I think due to wrong test vectors. The actual withdrawal works fine though. Help welcome ๐Ÿ˜„

Build

  1. Make sure you have at least JDK 1.6 and a current version of Maven
  2. Clone this repository
  3. Run mvn clean install (Tests are currently disabled by default due to them breaking)

Usage

Include the library in your pom.xml:

<dependency>
  <groupId>io.block.api</groupId>
  <artifactId>blockio</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

See SampleClient.java for a few examples of usage. See below for docs on what you can do.

Documentation

You can find the JavaDocs right here.

blockio-java's People

Contributors

incognitojam avatar patricklodder avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.