Skip to content

Commit

Permalink
Update cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Oct 4, 2024
1 parent 683e96e commit fd3b849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbook/contract-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To manage the lifecycle of a Stellar smart contract using the CLI, follow these
1. Create an identity for Alice:

```bash
stellar keys generate alice
stellar keys generate alice -q
```

2. Fund the identity:
Expand Down
4 changes: 2 additions & 2 deletions cookbook/payments-and-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ By setting the `STELLAR_NETWORK` environment variable, we will not have to set t
2. Fund the accounts:

```bash
stellar keys generate alice
stellar keys generate alice -q
```

```bash
stellar keys generate bob
stellar keys generate bob -q
```

```bash
Expand Down

0 comments on commit fd3b849

Please sign in to comment.