Ares Node Code
Official Rust implementation of the Ares Protocol.
How To Join Gladios Testnet
1. Download Node
2. Check Execution Permission
Output
If not have x, Execute the following command
3. Start Node
This command explain:
- --base-path flag specify data storage directory as the data folder under the current directory.
- --name flag specify node name as Ares_xxx.
- --chain flag specify the current chain as the gladios testnet.
- telemetry-url flag specify the link to monitor node status as #404 0,You can visit telemetry to view.
Start with --dev
Start with network
Make ares key files
-
Create a set of files to store private keys, such as
ares_key_files_**.txt
-
The content of the file is as follows, a
-
Aura uses sr25519, Gran uses ed25519.
-
At least you need two sets of files.
ares_key_file_01.txt
,ares_key_file_02.txt
are used in the example
Start bootnodes
validator
Start connection
validator
- Assume that the bootnode network is ws://127.0.0.1:9945
Ares-Gladios Builder Docker Image
Build Image
Push Image to your repository
Run Image
Note! your-host-path must exist
RPC Tools
Get the parameter setting value of the node warehouse.
- Response data
Set the warehouse parameter of the current node.
- Receiving null means successful setup
Get the current local XRay parameter value.
- Response data
Try to return off-chain data through the http service.
-
Response data of failed
-
Response data of success
Integrated scan
-
Returns the complete debugging information of the node, including the role of the node, the status returned by the request and JSON format, etc.
-
In most cases, run this command to understand the node situation.