JaimeSilver / hedera-sdk-java

Hedera SDK for Java

Home Page:https://www.hedera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hedera Java SDK

Build Status Maven

The Java SDK for interacting with Hedera Hashgraph: the official distributed consensus platform built using the hashgraph consensus algorithm for fast, fair and secure transactions. Hedera enables and empowers developers to build an entirely new class of decentralized applications.

Usage

Maven

<dependency>
  <groupId>com.hedera.hashgraph</groupId>
  <artifactId>sdk</artifactId>
  <version>0.5.1</version>
</dependency>

Gradle

implementation 'com.hedera.hashgraph:sdk:0.5.1'

Contributing to this Project

We welcome participation from all developers! For instructions on how to contribute to this repo, please review the Contributing Guide.

License Information

Licensed under Apache License, Version 2.0 – see LICENSE in this repo or apache.org/licenses/LICENSE-2.0

About

Hedera SDK for Java

https://www.hedera.com

License:Apache License 2.0


Languages

Language:Java 100.0%