Exonum Java Binding: Proofs

A library that provides classes to represent and verify Exonum proofs.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.exonum.binding
ArtifactId

ArtifactId

exonum-java-proofs
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Exonum Java Binding: Proofs
A library that provides classes to represent and verify Exonum proofs.
Project Organization

Project Organization

Exonum

Download exonum-java-proofs

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 25.1-jre

test (7)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.18.3
org.powermock : powermock-module-junit4 jar 2.0.0-beta.5
org.powermock : powermock-api-mockito2 jar 2.0.0-beta.5
com.exonum.binding » exonum-java-testing jar 0.2
com.google.guava : guava-testlib jar 25.1-jre
junit : junit jar 4.12
org.hamcrest : java-hamcrest jar 2.0.0.0

Project Modules

There are no modules declared in this project.

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 [email protected].

License

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

com.exonum.binding

Exonum

A framework for private blockchains

Versions

Version
0.2
0.1.2
0.1.1
0.1.0