Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Apr 10, 2024
1 parent 0a4c558 commit f1e9ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/ch02-09-02-erc20-apibara.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f1e9ab4

Please sign in to comment.