Skip to content

Commit

Permalink
update factory readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen authored Oct 21, 2024
1 parent 3899ee9 commit d7431b0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,17 @@ 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:

```
./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.

0 comments on commit d7431b0

Please sign in to comment.