Environment Preparation

RelayX Client

The RelayX client plays a dual critical role in the RelayApp ecosystem, serving both as an active client node in the RelayX Network and as the essential secure runtime environment for RelayApp.

Current Mainstream Clients

MarsCat

circle-exclamation

RelayX Certificate

RelayX Certificate is the permission authentication system of the RelayX Network ecosystem, used for RelayApp publication authentication, self-service identity verification, and API call permission management.

Developers apply for and manage RelayX Certificates through the RX Cert tool. RX Cert is a RelayApp running on the RelayX Network and must be obtained through a RelayX client (such as MarsCat).

1

Install RX Cert — Step 1

Open the RelayX client.

2

Install RX Cert — Step 2

Navigate to the RelayApp search page.

3

Install RX Cert — Step 3

Search for RelayApp Address: 15Cm2VdALYYq38oUFUhDH8YAscefdnPvEJ

4

Install RX Cert — Step 4

Install RX Cert.

After installation is complete, developers can apply for, purchase, and manage certificates through the RX Cert application.

📖 View detailed RelayX Certificate usage guide →arrow-up-right


Relayx-CLI Command Line Tool

This is the lifecycle management tool for RelayApp, used for packaging, publishing, and version management of RelayApp.

Installation Method (Linux Environment)

1

Download the latest release

2

Extract the file

3

Make the binary executable

4

Move to system path

5

Verify installation

📖 View relayx-cli command reference and usage tutorial →arrow-up-right


Relayx-API

This is the core API interface library for RelayApp frontend applications, providing interaction capabilities with the RelayX platform and RelayX Network.

  • This is an npm dependency package tool

  • Must be installed as a dependency in your RelayApp project

Installation Method

📖 View complete relayx-api API documentation →arrow-up-right

Last updated