Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Post “getting-started-using-starknet-setting-up-a-starknet-wallet” #2653

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Post “getting-started-using-starknet-setting-up-a-starknet-wal…
…let”
  • Loading branch information
stoobie committed Mar 3, 2024
commit 91950e495842a4aff9330da0278d01a027ce474f
Original file line number Diff line number Diff line change
@@ -246,24 +246,23 @@ blocks:

![Snap before adding STRK token](/assets/3_snap_before_adding.png)
4. Fill in the following details:\
**ContractAddress:** `0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d`
**Name:** `Starknet Token`\
**Symbol:** `STRK`
**ContractAddress:** `0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d`\
**Name:**`Starknet Token`\
**Symbol:** `STRK`\
**Decimal:** `18`

![Add STRK token support to MetaMask Starknet snap](/assets/4_add_this_token.png)
5. Approve the request in MetaMask.

![Approve adding token](/assets/5_approve_adding_token.png)
11. Approve the request in MetaMask.

\
6. You should now see the Starknet token STRK in the list of tokens in the Snap.

12. You should now see the Starknet token STRK in the list of tokens in the Snap.

![STRK is added to MetaMask Starknet snap](/assets/6_strk_is_added.png)
7. Currently, you can pay fees in STRK with the MetaMask Snap. You need to first transfer a small amount of ETH to the Snap’s wallet to pay for deploying the account and sending the STRK. You can send ETH to the wallet even before you have deployed it.
![STRK is added to MetaMask Starknet snap](/assets/6_strk_is_added.png)
13. Currently, you can pay fees in STRK with the MetaMask Snap. You need to first transfer a small amount of ETH to the Snap’s wallet to pay for deploying the account and sending the STRK. You can send ETH to the wallet even before you have deployed it.

![ETH balance in Starknet wallet](/assets/7_eth_balance.png)
8. Once you have some ETH, you can send the STRK from the account. 
![ETH balance in Starknet wallet](/assets/7_eth_balance.png)
14. Once you have some ETH, you can send the STRK from the account. 


**NOTE:** There might be a bug in Snaps where after transferring ETH to the account, the balance of the STRK tokens appears 0 instead of the actual amount. In this case, redo the steps to add the STRK token as described above.
Loading