1
0
mirror of https://github.com/Bytom/bytom-java-sdk.git synced 2020-06-03 17:13:34 +00:00
Official Java SDK for Bytom
Go to file
2019-07-25 18:53:11 +08:00
java-sdk update doc 2019-07-25 18:51:21 +08:00
tx-signer update doc 2019-07-25 18:51:21 +08:00
.gitignore modify gitignore 2019-03-21 17:03:07 +08:00
pom.xml update verison 2019-07-25 18:33:09 +08:00
README.md add readme 2019-03-21 16:50:22 +08:00

Bytom Java SDK

Bytom java sdk contains two modules:

  1. java-sdk encapsulates of the request data and return value of the bytom api,The signature of the transaction needs to be completed online.See the java-sdk documentation for details.

  2. tx-signer implementation offline signature of transaction, see the tx-signer documentation for details.