Building with SettleMint/SettleMint CLI/Commands
Connect
Usage: settlemint connect
Examples:
# Connect to your environment
$ settlemint connect
# Connect to your environment using defaults from the .env file
$ settlemint connect --accept-defaults
# Connect to your production environment
$ settlemint connect --prod
# Connect to a standalone environment (when not using the SettleMint platform)
$ settlemint connect --instance standalone
Connects your dApp to your application
Options:
--prod Connect to your production environment
-a, --accept-defaults Accept the default and previously set values
-i, --instance <instance> The instance to connect to (defaults to the
instance in the .env file). Use 'standalone' if
your resources are not deployed on the SettleMint
platform
-h, --help display help for command