R5 SDK
Last updated
Last updated
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. .
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.
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
.
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.
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.
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.
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
.