stack-orchestrator/app/data/stacks/fixturenet-laconicd/README.md

19 lines
758 B
Markdown
Raw Normal View History

2022-11-15 17:56:08 +00:00
# Laconicd Fixturenet
2022-11-15 18:14:33 +00:00
Instructions for deploying a local Laconic blockchain "fixturenet" for development and testing purposes using laconic-stack-orchestrator (the installation of which is covered [here](https://github.com/cerc-io/stack-orchestrator#user-mode)):
2022-11-15 17:56:08 +00:00
## Clone required repositories
```
2023-01-09 20:39:23 +00:00
$ laconic-so setup-repositories --include cerc-io/laconicd,cerc-io/laconic-sdk,cerc-io/laconic-registry-cli
2022-11-15 17:56:08 +00:00
```
## Build the laconicd container
```
2022-11-29 13:29:18 +00:00
$ laconic-so build-containers --include cerc/laconicd
2022-11-15 17:56:08 +00:00
```
2022-11-30 02:58:18 +00:00
This should create a container with tag `cerc/laconicd` in the local image registry.
2022-11-15 17:56:08 +00:00
## Deploy the stack
```
2022-11-29 13:33:46 +00:00
$ laconic-so deploy-system --include fixturenet-laconicd up
2022-11-15 17:56:08 +00:00
```
Correct operation should be verified by checking the laconicd container's log.