All Projects → FISCO-BCOS → Web3sdk

FISCO-BCOS / Web3sdk

Licence: apache-2.0
java sdk for FISCO BCOS

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Web3sdk

Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (+348.15%)
Mutual labels:  spring, sdk
Spring Framework
Spring Framework
Stars: ✭ 45,396 (+41933.33%)
Mutual labels:  spring
Onedrive Php Sdk
OneDrive SDK for PHP
Stars: ✭ 104 (-3.7%)
Mutual labels:  sdk
Illuminati
This is a Platform that collects all the data accuring in your Application and shows the data in real time by using Kibana or other tools.
Stars: ✭ 106 (-1.85%)
Mutual labels:  spring
Messenger Platform Go Sdk
✉️ A GO SDK for Facebook's messenger-platform: https://developers.facebook.com/docs/messenger-platform
Stars: ✭ 105 (-2.78%)
Mutual labels:  sdk
Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (-0.93%)
Mutual labels:  spring
Flickr Sdk
Almost certainly the best Flickr API client in the world for node and the browser
Stars: ✭ 104 (-3.7%)
Mutual labels:  sdk
Spring Cloud Study
spring-cloud学习
Stars: ✭ 108 (+0%)
Mutual labels:  spring
Spring Analysis
Spring源码阅读
Stars: ✭ 11,249 (+10315.74%)
Mutual labels:  spring
Spring Cloud Microservices Development
Spring Cloud Microservices Development.《Spring Cloud 微服务架构开发实战》
Stars: ✭ 106 (-1.85%)
Mutual labels:  spring
Server Tech Tree
服务端软件技术树:服务端主流技术九大分类和全景图
Stars: ✭ 106 (-1.85%)
Mutual labels:  spring
Redtamarin
AS3 running on the command line / server side
Stars: ✭ 105 (-2.78%)
Mutual labels:  sdk
Ali Mns
The nodejs sdk for aliyun mqs service
Stars: ✭ 107 (-0.93%)
Mutual labels:  sdk
Hsweb Iot Cloud
⚠️ 本项目已停更,欢迎关注新的开源物联网平台 JetLinks
Stars: ✭ 105 (-2.78%)
Mutual labels:  spring
Mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Stars: ✭ 54,797 (+50637.96%)
Mutual labels:  spring
Chat Sdk Android
Chat SDK Android - Open Source Mobile Messenger
Stars: ✭ 1,496 (+1285.19%)
Mutual labels:  sdk
Spring Summary
토비의 스프링 3.1 서적과 백기선님의 강좌를 토대로 스프링의 핵심 기술을 정리했습니다.
Stars: ✭ 106 (-1.85%)
Mutual labels:  spring
Superman
Superman是什么:构建Java 高级开发技术的知识体系,从基础不断打怪升级成为超人之路(更新中.......)
Stars: ✭ 106 (-1.85%)
Mutual labels:  spring
Jd Union Sdk
京东联盟SDK,支持swoole和fpm两种模式
Stars: ✭ 108 (+0%)
Mutual labels:  sdk
App Examples
Miro Apps Examples
Stars: ✭ 108 (+0%)
Mutual labels:  sdk

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].