From 14730fe3790b828723b5c2e5a519418d7ae7c38f Mon Sep 17 00:00:00 2001
From: "Engineering Rel @ Urani"
<162904807+urani-engineering@users.noreply.github.com>
Date: Wed, 27 Mar 2024 07:25:24 -0700
Subject: [PATCH] Add wallets
---
chapters/01_intro.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/chapters/01_intro.md b/chapters/01_intro.md
index be5591b6..792c5629 100644
--- a/chapters/01_intro.md
+++ b/chapters/01_intro.md
@@ -205,10 +205,13 @@ Programs are special types of accounts that are marked as "executable".
+
* A wallet is a pair of public and private keys used to verify actions on the blockchain.
* The public key is used to identify the account, and the private key is used to sign transactions.
+* You can choose your wallet from [this list](https://solana.com/ecosystem/explore?categories=wallet).
+
---
@@ -234,4 +237,6 @@ Programs are special types of accounts that are marked as "executable".
* [Solana Programs](https://solana.com/docs/core/programs#native-programs)
* [Accounts and Storing State](https://solana.com/docs/core/accounts)
* [Cross-Program Invocation](https://solana.com/docs/core/cpi)
-* [Terminology](https://solana.com/docs/terminology#instruction) and [FAQ](https://solana.com/docs/programs/faq)
\ No newline at end of file
+* [Wallets Explained](https://solana.com/developers/guides/intro/wallets-explained)
+* [Terminology](https://solana.com/docs/terminology#instruction) and [FAQ](https://solana.com/docs/programs/faq)
+* [Solana Beta StackExchange](https://solana.stackexchange.com/)
\ No newline at end of file