Skip to content

Commit b4fb78e

Browse files
committed
fix: add missing steps to tangle cli demo
1 parent 1bd8158 commit b4fb78e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

pages/developers/cli/tangle.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,24 @@ Options:
182182

183183
## Step-by-Step Demo
184184

185-
Here's a complete demo for creating, deploying, and running a Tangle Blueprint:
185+
Below is a complete demo for creating, deploying, and running a Tangle Blueprint. Before we get started, there are a few things to note.
186+
To walk through the flow of the demo, we act as two different accounts:
186187

187-
1. Create a new Blueprint:
188+
1. The Blueprint owner
189+
2. The Operator
190+
191+
The Blueprint owner is the account that will deploy the Blueprint, request service, and submit jobs.
192+
The Operator is the account that will respond to service requests and run Blueprints.
193+
194+
The Blueprint owner uses the `./deploy-keystore` keystore, while the Operator uses the `./test-keystore` keystore. Both of these
195+
are generated when deploying with the `--devnet` flag.
196+
197+
### Prerequisites
198+
199+
1. Install Tangle CLI, see [installation](./installation.mdx).
200+
2. Install a local devnet, see [devnet](/developers/devnet).
201+
202+
3. Create a new Blueprint:
188203

189204
We will create a new Blueprint using the `create` command. For this demo, we won't make any changes to our blueprint.
190205
The Blueprint generated from the template is ready to be tested as-is.

0 commit comments

Comments
 (0)