- Notifications
You must be signed in to change notification settings - Fork86
java sdk for FISCO BCOS(deprecated, please use FISCO-BCOS/java-sdk)
License
FISCO-BCOS/web3sdk
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
English /中文
Web3SDK provides the Java API forFISCO-BCOS. You can easily and quickly develop your blockchain applications based on the Web3SDK.The version only supportsFISCO BCOS 2.0+.
- ImplementJSON-RPC of FISCO BCOS.
- Provideprecompiled contracts to manage the blockchain.
- ImplementAMOP(Advanced Messages Onchain Protocol) to provide a secure and efficient message channel for the consortium blockchain.
- ProvideOSCCA-approved cryptography to send transactions.
Environmental requirements:
- JDK8 or above
- Gradle 5.0 or above
Compile web3sdk using the following command:
$cd web3sdk$ ./gradlew buildThe artifact is located at:
web3sdk/dist/apps/web3sdk.jar
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.
- If this project is useful to you, please star us on GitHub project page.
- Pull requests. SeeCONTRIBUTING.
- Report bugs, issues or feature requests. UsingGitHub issues.
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.
All contributions are made under theApache License 2.0. SeeLICENSE.
About
java sdk for FISCO BCOS(deprecated, please use FISCO-BCOS/java-sdk)
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.

