Skip to content

Commit

Permalink
Updated TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Mar 11, 2024
1 parent 1c1eac0 commit 0f52d31
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/tutorials/getting-started/interacting-with-NFTs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ This document describes interacting with NFTs on a Casper network using the Rust

1. [Directly Invoking Entrypoints](#directly-invoking-entrypoints)

2. [Transferring NFTs](#transferring-nfts)
2. [Minting NFTs](#minting-nfts)

3. [Approving Another Account](#approving-another-account)
3. [Transferring NFTs](#transferring-nfts)

4. [Minting NFTs](#minting-nfts)
4. [Checking Balances](#checking-balances)

5. [Burning NFTs](#burning-nfts)
5. [Approving an Account](#approving-an-account)

6. [Burning NFTs](#burning-nfts)

7. [Next Steps](#next-steps)


## Directly Invoking Entrypoints
Expand Down Expand Up @@ -232,7 +236,7 @@ casper-client put-deploy -n http://localhost:11101/rpc --chain-name "casper-net-
</details>
## Checking the Balance
## Checking Balances
To check an account's balance, get the latest state root hash and query the `balances` dictionary given the NFT contract hash and the owner's account hash without the "account-hash-" prefix, as shown below.
Expand Down

0 comments on commit 0f52d31

Please sign in to comment.