2. Java SDK¶
Tags: “java-sdk” “blockchain application”
Important
Related Software and Environment Release Notes!’Please check<https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_
The Java SDK provides the Java API for accessing FISCO BCOS nodes, and supports node status query, deployment, and contract invocation
- Quick Start
- Configuration Description
- Generate Java interface files for smart contracts
- Constructing transactions and sending
- Integrate external signature services to construct transactions
- (New)Construct new version transaction
- Transaction and Receipt Data Structure and Assembly Process
- RPC Interface Description
- Precompiled Contract Service Interface
- Transaction Receipt Parsing
- Contract Codec
- Return Code and Error Message Summary
- Signature and Verification
- Account Key Management Tool
- AMOP function
- Contract Event Push
- Gradle SpringBoot Application Example
- Maven SpringBoot Application Example
- Java SDK JavaDoc