Skip to content

Sphereon-Opensource/easy-blockchain-lib

Repository files navigation


Sphereon
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>https://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.3</version>
    </dependency>

License

Apache2


Links

Documentation  ·  SDKs  ·  Java SDK  ·  Sphereon.com  ·