fisco-bcos

fisco-bcos web3sdk

License

License

GroupId

GroupId

org.fisco-bcos
ArtifactId

ArtifactId

web3sdk-weevent
Last Version

Last Version

1.2.7
Release Date

Release Date

Type

Type

jar
Description

Description

fisco-bcos
fisco-bcos web3sdk
Project URL

Project URL

http://www.fisco-bcos.org
Source Code Management

Source Code Management

https://github.com/FISCO-BCOS/web3sdk.git

Download web3sdk-weevent

How to add to project

<!-- https://jarcasting.com/artifacts/org.fisco-bcos/web3sdk-weevent/ -->
<dependency>
    <groupId>org.fisco-bcos</groupId>
    <artifactId>web3sdk-weevent</artifactId>
    <version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.fisco-bcos/web3sdk-weevent/
implementation 'org.fisco-bcos:web3sdk-weevent:1.2.7'
// https://jarcasting.com/artifacts/org.fisco-bcos/web3sdk-weevent/
implementation ("org.fisco-bcos:web3sdk-weevent:1.2.7")
'org.fisco-bcos:web3sdk-weevent:jar:1.2.7'
<dependency org="org.fisco-bcos" name="web3sdk-weevent" rev="1.2.7">
  <artifact name="web3sdk-weevent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fisco-bcos', module='web3sdk-weevent', version='1.2.7')
)
libraryDependencies += "org.fisco-bcos" % "web3sdk-weevent" % "1.2.7"
[org.fisco-bcos/web3sdk-weevent "1.2.7"]

Dependencies

compile (18)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.springframework : spring-core jar 4.3.27.RELEASE
org.springframework : spring-beans jar 4.3.27.RELEASE
org.springframework : spring-context jar 4.3.27.RELEASE
org.springframework : spring-tx jar 4.3.27.RELEASE
org.springframework : spring-jdbc jar 4.3.27.RELEASE
org.springframework : spring-test jar 4.3.27.RELEASE
org.apache.commons : commons-lang3 jar 3.1
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
io.netty : netty-all jar 4.1.50.Final
io.netty : netty-tcnative jar 2.0.30.Final
com.google.guava : guava jar 29.0-jre
org.apache.httpcomponents : httpclient jar 4.5.5
org.bouncycastle : bcprov-jdk15on jar 1.60
com.lambdaworks : scrypt jar 1.4.0
com.squareup : javapoet jar 1.7.0
io.reactivex : rxjava jar 1.2.4
com.github.jnr : jnr-unixsocket jar 0.15

Project Modules

There are no modules declared in this project.

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.

org.fisco-bcos

Versions

Version
1.2.7
1.2.6
1.2.5