Skip to content

Commit

Permalink
chore: setup your first context
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Sep 16, 2024
1 parent 0a9b4f0 commit 5d17fb0
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/03-getting-started/01-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Clone repository from GitHub.
git clone https://github.com/calimero-network/core.git
```

or
or

```bash title="Terminal"
git clone [email protected]:calimero-network/core.git
```

Position in the root of the project
Position in the root of the project

```bash title="Terminal"
cd core
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: create-context
title: Create Context
---

## Create context with Admin Dashboard

1. Navigate to the “Contexts” tab press "Start new context" button.
2. Select app from the list using "Browse" button.
3. Select "Template Application"
4. Press "Start" to initiate context creation with the selected app.

Once the context is created, you will be redirected to the context dashboard.

As currently coordinator node is required to be inside each context, we need to
invite him to participate. Continue with the
[Invite To Context](./02-invite-to-context.mdx) guide.

## Create context with CLI using meroctl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "Install your first app"
}
File renamed without changes.

0 comments on commit 5d17fb0

Please sign in to comment.