DEV Community

Radix
Radix

Posted on

Java Client Library - introduction

Java client library

The developers guide to building on the Radix Network with the Java client library

Introduction

A Java client library for interacting with a Radix Distributed Ledger.

Note: this library and the network itself are currently in Beta development phase. Please report any issues in the GitHub issue tracker.

Features

-Connect to the Betanet test network
-Fee-less transactions for test networks
-Public Key Identity Creation
-Token Creation (ERC-777 style)
-Message sending
-RXJava 2 based
-Utilizes JSON-RPC over WebSockets

Gradle

Include the following Gradle dependency:

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.radixdlt:radixdlt-java:dbfd5064e5'
}

Join The Radix Community

Telegram for general chat
​Discord for developers chat
​Reddit for general discussion
Forum for technical discussion
Twitter for announcements
​Email newsletter for weekly updates
Mail to hello@radixdlt.com for general enquiries

Top comments (0)