# bytom-java-sdk **Repository Path**: BytomBlockchain/bytom-java-sdk ## Basic Information - **Project Name**: bytom-java-sdk - **Description**: 比原链(Bytom)的 Java 开发包,比原链是一种多样性比特资产的区块链交互协议 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 30 - **Forks**: 10 - **Created**: 2018-07-23 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: blockchain **Tags**: None ## README ## 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](java-sdk/README.md) for details. 2. tx-signer implementation offline signature of transaction, see the [tx-signer documentation](tx-signer/README.md) for details.