Skip to content

Commit 59f03b4

Browse files
joaniekubealexandratrankhanti42stanleyyconsensys
authored
WIP: Starknet Snap docs (#1509)
* rough skeleton * update menu sidebar * Add Starknet Snap API reference docs * Clean up files and placeholders * add changes for connect * examples added * rewrite of connect section * rough additions of troubleshoot section * updates with suggestions * add additional suggestions * apply suggestions * more suggestions * updates * updates * Edit non-EVM intro and Starknet intro * Edit Connect to Starknet * Edit About get-starknet * Edit Manage Starknet accounts * Edit Manage networks, API reference, etc * add docs * fix table * Apply suggestions from code review Co-authored-by: khanti42 <florin.dzeladini@consensys.net> * Apply suggestions from code review Co-authored-by: khanti42 <florin.dzeladini@consensys.net> * update troubleshoot section * update troubleshoot sections * update text for tutorial * add dual examples * copy edits * copy edits * copy edits * Edit content for style and formatting * add template text * add note * updates * remove old instances * Apply suggestions from code review Co-authored-by: Stanley Yuen <102275989+stanleyyconsensys@users.noreply.github.com> * edits * Update wallet/reference/non-evm-apis/starknet-snap-api.md Co-authored-by: khanti42 <florin.dzeladini@consensys.net> * Update wallet/how-to/use-non-evm-networks/starknet/manage-starknet-accounts.md Co-authored-by: Stanley Yuen <102275989+stanleyyconsensys@users.noreply.github.com> * missed examples * update with images * wip-starknet-snap * update table * update table * update screenshots and edits * fix table * wip-starknet-snap * add note * another update * tutorial edit pass * edit notes * edit diagrams * Updates to code * update code * more updates * updates for starknet docs * Apply suggestions from code review Co-authored-by: khanti42 <florin.dzeladini@consensys.net> * edit recent updates * typo * add methods updates * update to include api methods not included and update to match params * add image for tutorial * Apply suggestions from code review Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> * update samples * add div * update table * update table * table update * new table and headings * add more screenshots * make tutorial clearer * updates for clarity * update table to use vertically merged cells * tutorial edits but also hide it * api fixes * test table links * update table and fix links * edit instances of EIP6963Provider * added some resource links * add note on deployment * edits --------- Co-authored-by: Alexandra Tran <alexandratran@protonmail.com> Co-authored-by: khanti42 <florin.dzeladini@consensys.net> Co-authored-by: Stanley Yuen <102275989+stanleyyconsensys@users.noreply.github.com> Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
1 parent 07bb168 commit 59f03b4

24 files changed

+4453
-6
lines changed

wallet-sidebar.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ const sidebar = {
9696
type: "doc",
9797
id: "reference/sdk-unity-api",
9898
},
99+
{
100+
type: "category",
101+
label: "Non-EVM APIs",
102+
link: { type: "generated-index", slug: "/reference/non-evm-apis" },
103+
items: [{ type: "autogenerated", dirName: "reference/non-evm-apis" }],
104+
},
99105
{
100106
type: "doc",
101107
id: "reference/provider-api",
18.8 KB
Loading
33.3 KB
Loading
128 KB
Loading
125 KB
Loading
157 KB
Loading
16.8 KB
Loading
203 KB
Loading
35.2 KB
Loading

wallet/how-to/access-accounts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ When accessing a user's accounts:
2424
- **Always** disable the connect button while the connection request is pending.
2525
- **Never** initiate a connection request on page load.
2626

27+
:::note
28+
You can also access users' accounts on some [non-EVM networks](/wallet/how-to/use-non-evm-networks).
29+
:::
30+
2731
## Create a connect button
2832

2933
:::caution Important

0 commit comments

Comments
 (0)