Skip to content

Commit

Permalink
feat: Update ERC721 wallet tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
masiedu4 committed Aug 1, 2024
1 parent 28671de commit ef95a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartesi-rollups/tutorials/erc-721-token-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tutorial will guide you through creating a basic ERC721(NFT) token wallet f
First, set up your Cartesi project as described in the [Ether wallet tutorial](./ether-wallet.md/#setting-up-the-project). Make sure you have the necessary dependencies installed.


## Building the ERC20 wallet
## Building the ERC721 wallet

Create a file named `balance.ts` in the `src/wallet` directory and add the following code:

Expand Down

0 comments on commit ef95a3f

Please sign in to comment.