You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/index.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ import { ThemeImage } from "../components/ThemeImage";
9
9
/>
10
10
</div>
11
11
12
+
:::danger
13
+
_Starknet By Example_ was migrated to the official [Starknet Docs](https://docs.starknet.io).
14
+
This is an archive version of the book and will not be updated. Be aware that the content might be outdated and not reflect the latest Starknet features.
15
+
:::
16
+
12
17
# Introduction
13
18
14
19
Starknet By Example provides practical examples for building smart contracts on Starknet using the Cairo programming language.
@@ -38,6 +43,7 @@ Try out the examples instantly using the [Starknet Remix Plugin](https://remix.e
38
43
## Further reading
39
44
40
45
To deepen your knowledge:
46
+
41
47
-[Starknet Documentation](https://docs.starknet.io/) - The official Starknet documentation
42
48
-[Cairo Book](https://book.cairo-lang.org) - Learn more about the Cairo programming language
43
49
-[Awesome Starknet](https://github.com/keep-starknet-strange/awesome-starknet) - Curated list of Starknet resources
0 commit comments