bytom-java-sdk icon indicating copy to clipboard operation
bytom-java-sdk copied to clipboard

Official Java SDK for Bytom

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.