From 8405e0964b2ac9d498e9011ccb6936d289e6f650 Mon Sep 17 00:00:00 2001 From: zramsay Date: Mon, 5 Jan 2026 20:14:24 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 054c398..1a1230e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # webapp-deployment-status-api -This API provides status information about webapp deployment requests and a mechanism for upload encrypted configuration -files used by those requests. +This service is run by Laconic Network Service Providers and listens for ApplicationDeploymentRequests on the Laconic Registry. When a valid Request is published onchain, this service will build and host the application on the Service Providers' Kubernetes cluster. + +For setup, see [here](https://git.vdb.to/cerc-io/testnet-ops/src/branch/main/service-provider-setup$0) ## Build and Run