Java client library
开发人员指南,说明如何使用Java客户端库在Radix网络上进行构建
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
-连接到Betanet测试网络 -测试网络的无费用交易 -公钥身份创建 -令牌创建(ERC-777样式) -消息发送 -基于RXJava 2 -通过WebSockets使用JSON-RPC
Gradle
包括以下Gradle依赖项:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.radixdlt:radixdlt-java:dbfd5064e5'
}
Join The Radix Community
elegram for general chat
Discord for developers chat
Reddit for general discussion
Forum for technical discussion
witter for announcements
Email newsletter for weekly updates
Mail to hello@radixdlt.com for general enquiries




