Running Full Service
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the latest TestNet or MainNet binaries for you desired platform for the latest release from the .
In a terminal window, navigate to the folder containing the downloaded Full Service binaries.
If you downloaded TestNet, run:
If you downloaded MainNet, run:
All available parameters can be set as Environment Variables. Parameters names are converted to SCREAMING_SNAKE_CASE
and are prefixed with MC_
. See full-service --help
for the full list. CLI arguments take precedence over Environment Variables.
TestNet example
The Full Service API is reached at localhost:9090/wallet/v2
by default using the POST
method.
To see a full list of available variables, please check out our !
Install a service, such as , to send HTTP requests.