Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 397 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 397 Bytes

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.