Exonum Java Light Client

The Exonum light client library to work with Exonum blockchain. Can be used to create and submit transactions to blockchain.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.exonum.client
Идентификатор

Идентификатор

exonum-light-client
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Exonum Java Light Client
The Exonum light client library to work with Exonum blockchain. Can be used to create and submit transactions to blockchain.
Ссылка на сайт

Ссылка на сайт

https://github.com/exonum/exonum-java-binding/tree/master/exonum-light-client
Организация-разработчик

Организация-разработчик

Exonum
Система контроля версий

Система контроля версий

https://github.com/exonum/exonum-java-binding

Скачать exonum-light-client

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.exonum.binding : exonum-java-binding-common jar 0.10.0
com.squareup.okhttp3 : okhttp jar 4.4.1

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.12

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar
org.mockito : mockito-junit-jupiter jar 3.3.3
org.hamcrest : hamcrest jar 2.2
org.hamcrest : hamcrest-core jar 2.2
com.squareup.okhttp3 : mockwebserver jar 4.4.1
nl.jqno.equalsverifier : equalsverifier jar 3.1.13

Модули Проекта

Данный проект не имеет модулей.

Exonum Java Libraries

Build Status Coverage Status Join the chat on https://gitter.im/exonum/exonum-java-binding

This is a primary repository for Exonum projects in Java.
Exonum is an extensible open-source framework for creating blockchain applications.

Projects

The following projects are available:

  • Exonum Java Binding. It is a framework for building blockchain applications in Java which provides Exonum services runtime environment.
  • Light Client. It is a library for interaction with Exonum blockchain from external Java applications.

Links

For more information see the relevant documentation on the tool:

If you are using Exonum in your project and want to be listed on our website and GitHub list — write us a line to contact@exonum.com.

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for details.

com.exonum.client

Exonum

A framework for private blockchains

Версии библиотеки

Версия
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0