Skip to content

java sdk for FISCO BCOS(deprecated, please use FISCO-BCOS/java-sdk)

License

Notifications You must be signed in to change notification settings

FISCO-BCOS/web3sdk

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

534b79d · Jun 13, 2020
Mar 20, 2020
Apr 14, 2020
Sep 10, 2019
Dec 20, 2018
Dec 26, 2019
Feb 11, 2020
Jun 9, 2020
Jul 4, 2019
Aug 20, 2019
Jun 10, 2019
Jun 13, 2020
May 14, 2018
Apr 14, 2020
Jun 12, 2020
Feb 24, 2019
Sep 10, 2019
Sep 10, 2019
Jun 12, 2020
Jun 9, 2020

Repository files navigation

English / 中文

Web3SDK

PRs Welcome Build Status CodeFactor Codacy Badge GitHub All Releases

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

Compile

Environmental requirements:

Compile web3sdk using the following command:

$ cd web3sdk
$ ./gradlew build

The artifact is located at:

web3sdk/dist/apps/web3sdk.jar

Documentation

Quickstart

spring boot starter for Web3SDK 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.

Code Contribution

  • If this project is useful to you, please star us on GitHub project page.
  • Pull requests. See CONTRIBUTING.
  • Report bugs, issues or feature requests. Using GitHub issues.

Join Our Community

The FISCO BCOS community is one of the most active open-source blockchain communities in China. It provides long-term technical support for both institutional and individual developers and users of FISCO BCOS. Thousands of technical enthusiasts from numerous industry sectors have joined this community, studying and using FISCO BCOS platform. If you are also interested, you are most welcome to join us for more support and fun.

License

license

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