内容简介:web3j — 用于与以太坊客户端集成的轻量级 Java 库
web3j 是一个轻量级、高度模块化、响应式、类型安全的 Java 和 Android 库,用于与智能合约以及与以太坊网络上的客户端(节点)进行集成:
可以通过它进行以太坊区块链的开发,而无需为平台编写自己的集成代码。
Maven
Java 8:
<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>3.2.0</version> </dependency>
Android:
<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>3.1.1-android</version> </dependency>
Gradle
Java 8:
compile ('org.web3j:core:3.2.0')
Android:
compile ('org.web3j:core:3.1.1-android')
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Building Websites with Joomla!
H Graf / Packt Publishing / 2006-01-20 / USD 44.99
This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!