From d7431b0a0f92fc4c03e637559e3d1c4d26968176 Mon Sep 17 00:00:00 2001 From: Bernardo Ramos Date: Sun, 20 Oct 2024 23:43:44 -0300 Subject: [PATCH] update factory readme --- factory/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/factory/README.md b/factory/README.md index d514314..e95771d 100644 --- a/factory/README.md +++ b/factory/README.md @@ -91,7 +91,12 @@ any other language using GRPC. Even from IoT devices. ## Updating the Factory -If some of the contract files were modified, a new factory can be created. +If some of the contract files were modified, you can build a new factory and deploy it. + +Then update the services that use it to point to the new address. + + +## Deploy the Factory Run: @@ -99,5 +104,4 @@ Run: ./build.sh ``` -Then deploy the generated `output.lua` to the network and update services -that use it. +Then deploy the generated `output.lua` to the desired blockchain network.