hyperledger/quilt

Name: quilt

Owner: Hyperledger

Description: Hyperledger Quilt - An implementation of the Interledger Protocol

Created: 2017-10-19 14:04:41.0

Updated: 2018-05-23 04:49:42.0

Pushed: 2018-05-22 09:13:13.0

Homepage: https://interledger.org

Size: 668

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Hyperledger Quilt join the chat twitter

circle-ci codecov issues

Quilt is an implementation of the Interledger protocol in Java.

Modules

The quilt project is organised as a Maven multi-module project. Each module exists in a subdirectory and has its own POM and README.

Dependency and plugin versions are managed in the parent project.

Issues are labelled and prefixed to make it easy to identify which project they relate to.

ilp-core

The ilp-core module is the base library for any Interledger projects providing service interfaces, event descriptions, exceptions and data models. It also includes an encoding framework and codecs for encoding and decoding ILP objects using the Octet Encoding Rules (OER).

GitHub issues

READ MORE

dev-ops

Dev-ops is a module for shared build and test tools

READ MORE

Usage
Requirements
Maven

This project uses Maven to manage dependencies and other aspects of the build. To install Maven, follow the instructions at https://maven.apache.org/install.html.

Unlimited Strength Encryption Policy Files

In order to properly build this project, you must download and install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files. For more details, follow the instructions here.

Get the code
clone https://github.com/hyperledger/quilt
uilt
Build the Project

To build the project, execute the following command:

n clean install
Checkstyle

The project uses checkstyle to keep code style consistent. All Checkstyle checks are run by default during the build, but if you would like to run checkstyle checks, use the following command:

n checkstyle:checkstyle

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.