Skip to content

Commit

Permalink
feat: Add source code resources for ERC20, ERC721, and Ether wallet t…
Browse files Browse the repository at this point in the history
…utorials
  • Loading branch information
masiedu4 committed Aug 7, 2024
1 parent 52bb695 commit 23543d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cartesi-rollups/tutorials/erc-20-token-wallet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
id: erc-20-token-wallet
title: Integrating ERC20 token wallet functionality
resources:
- url: https://github.com/masiedu4/erc20-wallet-tutorial
title: Source code for ERC20 wallet tutorial
---

This tutorial will guide you through creating a basic ERC20 token wallet for a Cartesi backend application using TypeScript.
Expand Down
3 changes: 3 additions & 0 deletions cartesi-rollups/tutorials/erc-721-token-wallet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
id: erc-721-token-wallet
title: Integrating ERC721 token wallet functionality
resources:
- url: https://github.com/masiedu4/erc721-wallet-tutorials
title: Source code for ERC721 wallet tutorial
---

This tutorial will guide you through creating a basic ERC721(NFT) token wallet using TypeScript for a Cartesi backend application.
Expand Down
3 changes: 3 additions & 0 deletions cartesi-rollups/tutorials/ether-wallet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
id: ether-wallet
title: Integrating Ether wallet functionality
- resources:
- url: https://github.com/masiedu4/ether-wallet-tutorial
title: Source code for Ether wallet tutorial
---

This tutorial will build a basic Ether wallet inside a Cartesi backend application using TypeScript.
Expand Down

0 comments on commit 23543d7

Please sign in to comment.