Skip to content

An Java SDK to communicate with FISCO BCOS

License

Notifications You must be signed in to change notification settings

qyan-dev/web3sdk

 
 

Repository files navigation

English / 中文

Web3SDK

PRs Welcome Build Status CircleCI CodeFactor

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.

Features

  • 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.

Quickstart

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.

Documentation

Developing & Contributing

Community

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.

  • Join our WeChat Scan

  • Discuss in Gitter

  • Read news by

  • Mail us at

License

license

All contributions are made under the Apache License 2.0. See LICENSE.

About

An Java SDK to communicate with FISCO BCOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Shell 1.5%