aqua remote deploy_service
command allows you to deploy Wasm modules and associate service configuration specifications to some peer, where the command line structure looks like this:--addr
is the multiaddr of some relay to connect to the network of choice. Use the --on peerId
option to deploy the service to a peer other than the connection relay.Note that --config-path
is a path to a service configuration file that includes the path to the Wasm modules. --service-name
flag referencing the respective config name, e.g., service_name
and another_service_name
respectively. For more information see the builtin aqua-lib reference.β
--sk secret_key
a secret key that you can get with aqua create_keypair
. It is a required field, cause you cannot manage or delete your service without this key.--on peerId
option to provide the required peer location. Since only a service owner is authorized to delete a service, the secret key for the service needs to be provided.hash
- is a module hash that can be used in blueprint creation.