Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Add wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
urani-engineering-helper authored Mar 27, 2024
1 parent 485bfc0 commit 14730fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chapters/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,13 @@ Programs are special types of accounts that are marked as "executable".

<br>


* 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).

<br>

---
Expand All @@ -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)
* [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/)

0 comments on commit 14730fe

Please sign in to comment.