Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tab formatting #3882

Merged
merged 5 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ keywords: [intermediate, tokens, tutorial, ledger]
---

import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
jessiemongeon1 marked this conversation as resolved.
Show resolved Hide resolved

# ICP ledger local setup

Expand Down Expand Up @@ -232,4 +234,4 @@ Or, you can interact with it using the Candid UI by navigating to the URL provid

```
http://127.0.0.1:4943/?canisterId=bnz7o-iuaaa-aaaaa-qaaaa-cai&id=ryjl3-tyaaa-aaaaa-aaaba-cai
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ keywords: [intermediate, tokens, icrc, tutorial, ledger]
---

import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import TabItem from "@theme/TabItem";
jessiemongeon1 marked this conversation as resolved.
Show resolved Hide resolved

# ICRC-1 ledger local setup

Expand Down Expand Up @@ -84,4 +85,4 @@ There is a test suite available for [ICRC-1 ledgers](https://github.com/dfinity/

## Next steps

Before you deploy your ledger canister, you will need to set some variables that you will pass to the canister during initialization that will create a new ICRC-1 or ICRC-2 token. To learn how to set these variables and deploy the ledger canister, see [create a token](/docs/developer-docs/defi/tokens/create.mdx).
Before you deploy your ledger canister, you will need to set some variables that you will pass to the canister during initialization that will create a new ICRC-1 or ICRC-2 token. To learn how to set these variables and deploy the ledger canister, see [create a token](/docs/developer-docs/defi/tokens/create.mdx).
Loading