Running Full Service
Binaries
Download the latest TestNet or MainNet binaries for you desired platform for the latest release from the github releases page.
In a terminal window, navigate to the folder containing the downloaded Full Service binaries.
If you downloaded TestNet, run:
If you downloaded MainNet, run:
Configuration with Environment Variables.
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.
To see a full list of available variables, please check out our github repoitory!
TestNet example
HTTP Request Service
The Full Service API is reached at localhost:9090/wallet/v2
by default using the POST
method.
Install a service, such as Postman, to send HTTP requests.
Last updated
Was this helpful?