Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.25 KB

README.md

File metadata and controls

57 lines (46 loc) · 2.25 KB


Sphereon
Easy Blockchain Helper Library

A Java implementation with useful functions for the easy blockchain API

You can use this Java library to perform common functions for the Easy Blockchain API

Key Features

How To Use

To clone and use this library application, you'll need Git, Maven and your favorite Java IDE. Of course we also provide releases in our maven repository

# Clone this repository
> git clone https://github.com/Sphereon-OpenSource/easy-blockchain-lib.git

# Go into the repository
> cd easy-blockchain-lib

# Build and install into your Maven repository
> mvn clean install

# Use the artifact in your Maven pom or Gralde build configuration  
    <repositories>
        <repository>
            <id>sphereon-public</id>
            <name>Sphereon Public</name>
            <url>http://nexus.qa.sphereon.com/repository/sphereon-public/</url>
         </repository>
    </repositories>
...
    <dependency>
        <groupId>com.sphereon.public</groupId>
        <artifactId>easy-blockchain-lib-main</artifactId> <!-- Use easy-blockchain-lib-osgi for OSGI bundle  -->
        <version>0.1.0</version>
    </dependency>

License

Apache2


Links

Documentation  ·  SDKs  ·  Java SDK  ·  Sphereon.com  ·