Skip to content

OperationCrypto/hivej

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Sonarcloud Status

HiveJ Logo

This project allows you to easily interact with the Hive blockchain. The project is based on the SteemJ initialized by dez1337 on steemit.com in 2017, but the chance of the hive fork was used to refactor the code base and update the library to become fully functional again.

Compatibility with Steem

The main focus of the project is - as the name suggests - the Hive blockchain. As the code base is pretty similar at the time this documenent is written, there is a high chance the library will also work for Steem.

How to integrate HiveJ in your Java application

Gradle

   Todo

Maven

File: pom.xml

   Todo

Full Documentation

  • Please have a look at the Wiki for a full documentation, examples, operational details and other information.
  • Or have a look at the JavaDoc.

Communication, Help and Feedback

For bugs or feature requests please create a GitHub Issue.

For general discussions or questions you can also:

Binaries

HiveJ binaries are pushed into the maven central repository and can be integrated with a bunch of build management tools like Maven.

Please have a look at the Wiki to find examples for Maven, Ivy, Gradle and others.

How to build the project

The project requires Maven and Java to be installed on your machine. It can be build with the default maven command:

mvn clean package

The resulting JAR can be found in the target directory as usual.

Example

The sample module of the Hive project provides showcases for the most common acitivies and operations users want to perform.

Beside that you can find a lot of snippets and examples in the different Wiki sections.

Releases

No releases published

Packages

No packages published

Languages