Skip to content

Commit c8ae426

Browse files
Tutorial for Starknet (#1656)
* tutorial for starknet * update code samples to match full example * add to sidebar nav * Apply suggestions from code review Co-authored-by: Alexandra Carrillo <[email protected]> * Update and add App.tsx * Update file for App.tsx and numbering * tutorial updates --------- Co-authored-by: Alexandra Carrillo <[email protected]> Co-authored-by: Alexandra Tran <[email protected]>
1 parent affe0b8 commit c8ae426

File tree

8 files changed

+290
-185
lines changed

8 files changed

+290
-185
lines changed

wallet-sidebar.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ const sidebar = {
268268
label: "Sign Starknet transactions",
269269
id: "how-to/use-non-evm-networks/starknet/sign-starknet-data"
270270
},
271+
{
272+
type: "doc",
273+
label: "Create a simple Starknet dapp",
274+
id: "how-to/use-non-evm-networks/starknet/create-a-simple-starknet-dapp"
275+
},
271276
{
272277
type: "doc",
273278
label: "Troubleshoot",
-76.6 KB
Loading
42.7 KB
Loading
-157 KB
Binary file not shown.
-4.92 KB
Loading
-148 KB
Loading

wallet/how-to/use-non-evm-networks/starknet/connect-to-starknet.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@ See [a comparison of the connection options](index.md#connection-options).
2020

2121
:::
2222

23-
<!--
24-
2523
:::tip
2624

2725
If you're new to Starknet, you can also follow the
2826
[Create a simple Starknet dapp tutorial](create-a-simple-starknet-dapp.md).
2927

3028
:::
3129

32-
-->
33-
3430
## Prerequisites
3531

3632
- [MetaMask installed](https://metamask.io/download/)

0 commit comments

Comments
 (0)