Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 13b4f7c

Browse files
committed
feat: update dep and archive warning
1 parent cc4cdba commit 13b4f7c

2 files changed

Lines changed: 1023 additions & 1037 deletions

File tree

pages/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ import { ThemeImage } from "../components/ThemeImage";
99
/>
1010
</div>
1111

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+
1217
# Introduction
1318

1419
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
3843
## Further reading
3944

4045
To deepen your knowledge:
46+
4147
- [Starknet Documentation](https://docs.starknet.io/) - The official Starknet documentation
4248
- [Cairo Book](https://book.cairo-lang.org) - Learn more about the Cairo programming language
4349
- [Awesome Starknet](https://github.com/keep-starknet-strange/awesome-starknet) - Curated list of Starknet resources

0 commit comments

Comments
 (0)