Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon authored Mar 26, 2024
2 parents 5dd361b + ccf5a4b commit 319a449
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ch01-00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,4 @@ Decide your direction from the following choices:

1. **Deepen Your Starknet Knowledge**: For an extensive grasp of Starknet's inner workings and potential use cases, delve into Chapter 3 of the Starknet Book. This chapter details Starknet’s architectural nuances. Then go ahead from there.

2. **Dive into Cairo**: If you're more attuned to coding and wish to craft Starknet contracts, then Cairo is essential. It stands as Starknet's core contract language. Begin with Chapters 1-6 of the [Cairo Book](https://book.cairo-lang.org/title-page.html), ranging from basics in _Getting Started_ to more advanced aspects such as _Enums and Pattern Matching_. Conclude by navigating to the [Starknet Smart Contracts chapter](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html), ensuring you have a well-rounded understanding.
2. **Dive into Cairo**: If you're more attuned to coding and wish to craft Starknet contracts, then Cairo is essential. It stands as Starknet's core contract language. Begin with Chapters 1-6 of the [Cairo Book](https://book.cairo-lang.org/title-page.html), ranging from basics in _Getting Started_ to more advanced aspects such as _Enums and Pattern Matching_. Conclude by navigating to the [Starknet Smart Contracts chapter](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html), ensuring you have a well-rounded understanding.
2 changes: 1 addition & 1 deletion src/ch02-00-starknet-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language is advised. We suggest reading chapters 1-6 of the [Cairo
Book](https://book.cairo-lang.org/title-page.html), covering topics from
_Getting Started_ to _Enums and Pattern Matching._ Follow this by
studying the [Starknet Smart Contracts
chapter](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html)
chapter](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html)
in the same book. With this background, you’ll be well-equipped to
understand the examples presented here.

Expand Down
2 changes: 1 addition & 1 deletion src/ch02-03-scarb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language is advised. We suggest reading chapters 1-6 of the [Cairo
Book](https://book.cairo-lang.org/title-page.html), covering topics from
_Getting Started_ to _Enums and Pattern Matching._ Follow this by
studying the [Starknet Smart Contracts
chapter](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html)
chapter](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html)
in the same book. With this background, you’ll be well-equipped to
understand the examples presented here.

Expand Down
4 changes: 4 additions & 0 deletions src/ch02-16-apibara.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@ Please see the example in [here](https://github.com/starknet-edu/starknetbook/tr
Since, this go out of the scope of this book, we will not cover the frontend part.
## Deployed real-time swaps dashboard
This example is deployed [here](https://miniswapscan.vercel.app/).
## Conclusion
This is a simple example of how to use apibara to listen to swaps happening on AVNU in real-time.
Expand Down
2 changes: 1 addition & 1 deletion src/title-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ various objectives:
- If you’re an **experienced developer** looking to quickly dive into
writing scalable and decentralized smart contracts, focus on the
Cairo Book, particularly **chapter 12: Starknet Smart Contracts**
([link](https://book.cairo-lang.org/ch12-00-introduction-to-starknet-smart-contracts.html)).
([link](https://book.cairo-lang.org/ch13-00-introduction-to-starknet-smart-contracts.html)).

- If you’re a **frontend developer** wanting to integrate Starknet
with a React frontend using Javascript, prioritize the
Expand Down

0 comments on commit 319a449

Please sign in to comment.