Environment Preparation

MarsX Client

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

Current Mainstream Clients

MarsCat

circle-exclamation

MarsX Certificate

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

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

1

Install RX Cert — Step 1

Open the MarsX client.

2

Install RX Cert — Step 2

Navigate to the MarsApp search page.

3

Install RX Cert — Step 3

Search for MarsApp 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 MarsX Certificate usage guide →arrow-up-right


MarsX CLI Command Line Tool

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

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 marsx-cli command reference and usage tutorial →arrow-up-right


MarsX API

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

  • This is an npm dependency package tool

  • Must be installed as a dependency in your MarsApp project

Installation Method

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

Last updated