Giter Club home page Giter Club logo

exchain-java-sdk's Introduction

OKExChain Java SDK

The OKExChain Java SDK is a lightweight Java library to interact with OKExChain through rest.

1.Components

  • src - the functions which could interact with OKEXChain are contained in class OKEXChainRPCClientImpl of package com.okexchain.client.impl.
  • test - it seems like a set of examples to show how to use the functions mentioned above. The developers could design their code refering to the test functions of class OKEXChainRPCClientImplTest in package com.okexchain.client in detail.

There are some function modules in path src as well :

  • env - set environment for Java SDK to interact with OKExChain
  • msg - define the message types according to module in OKExChain, and the example is the main function in class Msgxxx not end with "value" or in sample package.
  • common - network communications by RPC;
  • utils.crypto - related with the account info and address info of OKEXChain;
  • utils.encoding - the implementation of go-amino in Java;

2.Installation

git clone https://github.com/okex/okexchain-java-sdk.git
cd okexchain-java-sdk
mvn install -Dmaven.test.skip=true

3.API

Find it on the sdk documents

4.Tesing

All changes and addition of codes will be pushed with unit tests strictly. Right now you can find existing test cases : github.com/okex/okexchain-java-sdk/src/test

5.Contributing

No doubt that it's admirable to make contributions to okexchain Java SDK. You can provide your code as long as you have tested it with a local client, and your unit test showed its validity.

6.maven

<dependency>
  <groupId>io.github.okex</groupId>
  <artifactId>okexchain-java-sdk</artifactId>
  <version>0.18.4</version>
</dependency>

exchain-java-sdk's People

Contributors

zhongqiuwood avatar frank2333333 avatar xiangjianmeng avatar revelationofturing avatar ylsgit avatar xuqing-lee avatar stupidtao avatar zhshy11 avatar ilovers avatar summerpro avatar qzhongwood avatar zccst avatar aaronzgl avatar fuming-chang avatar dependabot[bot] avatar kreator666 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.