Skip to content

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:8080

Edge Trust Machine Downloads

SystemDownload URL
Windowshttp://www.xxx.com/download/tmac_win.rar
Linuxhttp://www.xxx.com/download/tmac_linux.tar

Configuration

First configure connection parameters in chain.conf:

OptionDescription
Data_dirExisting data directory, no space requirement, almost no disk usage
tmac_entryVoidChain network trust machine access information

Startup Methods

Windows:

Drive:/pathname/guard_tmac.exe

Linux:

nohup /pathname/guard_tmac.exe &

On this page