create

Create a new RelayApp project. The system will sequentially require setting account passwords.

relayx-cli create

Operation Process:

1

Owner password

Enter Owner password (at least 6 characters).

2

Confirm Owner password

Confirm the Owner password.

3

Master password

Enter Master password (at least 6 characters).

4

Confirm Master password

Confirm the Master password.

5

Success message

After successful creation the CLI displays:

RelayApp {RelayApp Address} created successfully

Generated file structure:

{RelayAppAddress}.config/
├── config.json          # RelayApp configuration
├── owner.json           # Owner
├── master.json          # Master
└── agents/
    ├── default.json     # Agent
    └── ...

config.json Configurable Parameters

config.json is the core configuration file of RelayApp, containing basic information and metadata. The table below lists modifiable parameters. Other parameters are automatically generated by the system and cannot be modified; manual modification will cause errors.

Field
Description
Required
Max Length (bytes)

name

Name

Yes

30

about

Description

No

300

version

Version

Yes

10

upgradeItem

Upgrade Notes

No

300

category

Category

Yes

15

category field supports the following categories:

  • Books

  • Business

  • DevTools

  • Education

  • Entertainment

  • Finance

  • Food

  • Design

  • Health

  • Kids

  • Lifestyle

  • Medical

  • Music

  • Newspaper

  • Video

  • Shopping

  • Sports

  • Social

  • Travel

  • Utilities

  • Weather

  • Other