Skip to content

Commit

Permalink
Update cookbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Oct 3, 2024
1 parent b2c9dbf commit ddc0bc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cookbook/deploy-stellar-asset-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ For any asset, the contract address can be fetched with:

```bash
stellar contract id asset \
--source S... \
--network testnet \
--asset native
```
Expand Down
2 changes: 1 addition & 1 deletion cookbook/payments-and-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stellar keys fund bob
3. Obtain the stellar asset contract ID:

```bash
stellar contract id asset --asset native --source-account alice
stellar contract id asset --asset native
```

4. Get Bob's public key:
Expand Down

0 comments on commit ddc0bc3

Please sign in to comment.