diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 984f9e6e..0e88ae8c 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -23,7 +23,7 @@ - [Example - Intermediate: Deployment Script](ch02-08-01-deployment-script.md) - [Starknet-js: Javascript SDK](ch02-09-starknet-js.md) - [Example - Beginner: Counter UI](ch02-09-01-counter-ui.md) - - [Example - Beginner: ERC-20 UI with Apibara-react and StarknetKit](ch02-09-02-erc20-apibara.md) + - [Example - Beginner: ERC-20 UI with Staknet-react and StarknetKit](ch02-09-02-erc20-apibara.md) - [Starknet-React: React Integration](ch02-10-starknet-react.md) - [Example - Beginner: ERC-20 UI](ch02-10-01-erc20-ui.md) - [Example - Intermediate: Million Dollar Homepage](ch02-10-02-million-dollar-homepage.md) diff --git a/src/ch02-09-02-erc20-apibara.md b/src/ch02-09-02-erc20-apibara.md index 45c83ec8..4bfae4b3 100644 --- a/src/ch02-09-02-erc20-apibara.md +++ b/src/ch02-09-02-erc20-apibara.md @@ -2,7 +2,7 @@ # ERC-20 UI with Starknet-react and StarknetKit -In this section, we will be exploring how to build a web3 application with [Starknet-react](https://github.com/Starknet/starknet-react) react library, [StarknetKit](https://www.starknetkit.com/docs/getting-started), and an ERC-20 smart contract written in the [Cairo](https://book.cairo-lang.org/title-page.html) language. This tutorial is similar to [ERC-20 UI](ch02-10-01-erc20-ui.md) tutorial but with the addition of utilizing Starknet-react, StarknetKit and up to date versions of the tools and libraries. +In this section, we will be exploring how to build a web3 application with [Starknet-react](https://github.com/Apibara/starknet-react) react library, [StarknetKit](https://www.starknetkit.com/docs/getting-started), and an ERC-20 smart contract written in the [Cairo](https://book.cairo-lang.org/title-page.html) language. This tutorial is similar to [ERC-20 UI](ch02-10-01-erc20-ui.md) tutorial but with the addition of utilizing Starknet-react, StarknetKit and up to date versions of the tools and libraries. ## Prerequisites @@ -30,7 +30,7 @@ Before we start, this guide assumes the reader is familiar in the following: We will first start with building the contract. -**[IMPORTANT]** _Before we start building the contract, make sure that you have your environment setup by clicking [here](https://docs.starknet.io/documentation/quick_start/environment_setup/) and navigate to this github [**repo**](https://github.com/FriendlyLifeguard/starknet_erc20_example), clone it and follow the instruction on the README to setup the project. You also can fin this repo on our local [examples](https://github.com/starknet-edu/starknetbook/tree/main/examples/apibara-starknetkit)._ +**[IMPORTANT]** _Before we start building the contract, make sure that you have your environment setup by clicking [here](https://docs.starknet.io/documentation/quick_start/environment_setup/) and navigate to this github [**repo**](https://github.com/FriendlyLifeguard/starknet_erc20_example), clone it and follow the instruction on the README to setup the project. You also can find this repo on our local [examples](https://github.com/starknet-edu/starknetbook/tree/main/examples/apibara-starknetkit)._ ## Building/Deploying the Contract