diff --git a/cartesi-rollups/tutorials/erc-20-token-wallet.md b/cartesi-rollups/tutorials/erc-20-token-wallet.md index 5f6525d0..44948983 100644 --- a/cartesi-rollups/tutorials/erc-20-token-wallet.md +++ b/cartesi-rollups/tutorials/erc-20-token-wallet.md @@ -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. diff --git a/cartesi-rollups/tutorials/erc-721-token-wallet.md b/cartesi-rollups/tutorials/erc-721-token-wallet.md index 56323ec5..817db401 100644 --- a/cartesi-rollups/tutorials/erc-721-token-wallet.md +++ b/cartesi-rollups/tutorials/erc-721-token-wallet.md @@ -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. diff --git a/cartesi-rollups/tutorials/ether-wallet.md b/cartesi-rollups/tutorials/ether-wallet.md index 6a3c4160..6e1ffcb1 100644 --- a/cartesi-rollups/tutorials/ether-wallet.md +++ b/cartesi-rollups/tutorials/ether-wallet.md @@ -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.