R5 SDK

Overview

The Software Development Kit, or SDK, offers all the tools you will need to develop and deploy your application on the R5 Network. It was constructed in a way to make developer workflows efficient and consistent. A new SDK is released with each new major client update. Check for the latest release of R5's SDK suite.


R5 Relayer

A relayer that enables faster and consistent deployments. It consolidates the standard Geth flags structure to give life to a much more intuitive and efficient deployment workflow.

R5 Relayer

R5 Console

A user-friendly console for node operators, built in Python. It allows for easier access to read-only information, as well as to send requests to the RPC using a few select namespaces. It is meant to be used independently from the remainder SDK tools, and is capable of connecting to both local and remote nodes via JSON-RPC.

R5 Console

JS Console

The JS Console allows you to more directly control your node, and give you access to all your API namespaces when running a local node.

JS Console

CLI Wallet

A fast and easy-to-use command-line wallet, built with developers in mind. It allows for quick execution of transactions, creation and management of multiple wallet addresses, all on a very user-friendly way. It is also capable of connecting to remote RPCs.

CLI Wallet

SCdev

A tool to deploy and interact with smart contracts on the R5 Network. It can connect with both local and remote RPCs. It allows for quick and easy deployments for testing purposes, as well as interacting with already-deployed smart contracts using json ABI files to define methods.

SCdev

SSL Proxy

Adds native SSL support for RPC nodes using reverse proxy. It includes a built-in tool to generate self-signed certificates so you can access your local node via https.

SSL Proxy

Last updated