Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Java Binding for the Exonum blockchain framework
https://github.com/exonum/exonum-java-binding

blockchain blockchain-framework blockchain-technology exonum java rust

Last synced: 2 days ago
JSON representation

Java Binding for the Exonum blockchain framework

Awesome Lists containing this project

README

        

# Exonum Java Libraries

[![Build Status](https://img.shields.io/travis/exonum/exonum-java-binding/master.svg)](https://travis-ci.com/exonum/exonum-java-binding)
[![Coverage Status](https://coveralls.io/repos/github/exonum/exonum-java-binding/badge.svg?branch=master)](https://coveralls.io/github/exonum/exonum-java-binding?branch=master)
[![Join the chat on https://gitter.im/exonum/exonum-java-binding](https://img.shields.io/gitter/room/exonum/exonum-java-binding.svg?label=Chat)](https://gitter.im/exonum/exonum-java-binding)

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

## Projects
The following projects are available:
- [Exonum Java Binding](exonum-java-binding). It is a framework for building blockchain
applications in Java which provides Exonum services runtime environment.
- [Light Client](exonum-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:
- [What is Exonum?](https://exonum.com/doc/version/1.0.0/get-started/what-is-exonum/)
- [Roadmap](https://exonum.com/doc/version/1.0.0/roadmap/)
- [Contribution Guide](CONTRIBUTING.md)
- [Code of Conduct](https://github.com/exonum/exonum/blob/master/CODE_OF_CONDUCT.md)

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

## License
This project is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for details.

[exonum]: https://github.com/exonum/exonum