-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
896ce28
commit 86f24b7
Showing
12 changed files
with
82 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Summary | ||
|
||
- [Chapter 1](./chapter_1.md) | ||
- [Chapter 2](./chapter_2.md) | ||
- [Introduction](./chapter_1.md) | ||
- [Quickstart](./chapter_2.md) | ||
- [Installation](./chapter_2/subchapter_1.md) | ||
- [Environment](./chapter_2/subchapter_2.md) | ||
- [Chapter 3](./chapter_3.md) | ||
- [Tool version](./chapter_2/subchapter_3.md) | ||
- [UI Components](./chapter_3.md) | ||
- [Connect button & Custom Wallet Modal](./chapter_3/subchapter_1.md) | ||
- [Address bar (Displays StarknetID)](./chapter_3/subchapter_2.md) | ||
- [Transactions List](./chapter_3/subchapter_3.md) | ||
- [User modal](./chapter_3/subchapter_4.md) | ||
- [Display account balance](./chapter_3/subchapter_5.md) | ||
- [Switch/display network](./chapter_3/subchapter_6.md) | ||
- [App Light/Dark mode](./chapter_3/subchapter_7.md) | ||
- [Chapter 4](./chapter_4.md) | ||
- [Tour Guide](./chapter_4.md) | ||
- [Deployer](./chapter_4/subchapter_1.md) | ||
- [Burner](./chapter_4/subchapter_2.md) | ||
- [Faucet](./chapter_4/subchapter_3.md) | ||
- [Wikipedia](./chapter_4/subchapter_4.md) | ||
- [Converter](./chapter_4/subchapter_5.md) | ||
- [Address Book](./chapter_4/subchapter_6.md) | ||
- [Chapter 5](./chapter_5.md) | ||
- [Chapter 6](./chapter_6.md) | ||
- [Chapter 7](./chapter_7.md) | ||
- [Chapter 8](./chapter_8.md) | ||
- [Scripts Overview](./chapter_5.md) | ||
- [Devnet](./chapter_6.md) | ||
- [Address Book](./chapter_7.md) | ||
- [Contributing Guide](./chapter_8.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Tool version | ||
|
||
## Starknet Scaffold v0.5.0 | ||
- Cairo: v2.7.0 | ||
- Scarb: v2.7.0 | ||
- Starknet Foundry: v0.27.0 | ||
- starknet-react/chains: v0.1.7 | ||
- starknet-react/core: v2.9.0 | ||
- Starknet.js: v6.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# App Light/Dark mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters