English / 中文
Web3SDK provides the Java API for FISCO-BCOS. You can easily and quickly develop your blockchain applications based on the Web3SDK. The version only supports FISCO BCOS 2.0.
- Implement JSON-RPC of FISCO BCOS.
- Provide precompiled contracts to manage the blockchain.
- Implement AMOP(Advanced Messages Onchain Protocol) to provide a secure and efficient message channel for the consortium blockchain.
- Provide Guomi algorithms to send transactions.
A spring boot starter for SDK is available that demonstrates a number of core features, including:
- Connecting to a node on the FISCO BCOS network.
- Deploying a smart contract to the network.
- Reading a value from the deployed smart contract.
- Updating a value in the deployed smart contract.
- Providing integration tests demonstrating for the above features.
- Star our Github.
- Pull requests. See CONTRIBUTING.
- Ask questions.
- Discuss in WeChat group or Gitter.
By the end of 2018, Financial Blockchain Shenzhen Consortium (FISCO) has attracted and admitted more than 100 members from 6 sectors including banking, fund management, securities brokerage, insurance, regional equity exchanges, and financial information service companies. The first members include the following organizations: Beyondsoft, Huawei, Shenzhen Securities Communications, Digital China, Forms Syntron, Tencent, WeBank, Yuexiu FinTech.
All contributions are made under the Apache License 2.0. See LICENSE.