Environment Setup
You only need to configure and start the trust machine when using a local service. If you use the testnet API endpoint, you can call the API directly from Quick Start.
Local Service Endpoint
If you use a local service, the endpoint is:
http://127.0.0.1:8080Edge Trust Machine Downloads
| System | Download URL |
|---|---|
| Windows | http://www.xxx.com/download/tmac_win.rar |
| Linux | http://www.xxx.com/download/tmac_linux.tar |
Configuration
First configure connection parameters in chain.conf:
| Option | Description |
|---|---|
Data_dir | Existing data directory, no space requirement, almost no disk usage |
tmac_entry | VoidChain network trust machine access information |
Startup Methods
Windows:
Drive:/pathname/guard_tmac.exeLinux:
nohup /pathname/guard_tmac.exe &