Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix prettier lint error (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYJLiu authored Nov 5, 2024
1 parent 3b8e28d commit 37bbb70
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/intro/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,17 @@ You should now see your wallet's address, SOL balance, and connected cluster
</Callout>

Some definitions you may find helpful:
- *wallet address*: a unique identifier for a digital wallet, used to send or receive crypto assets on a blockchain. Each wallet address is a string of alphanumeric characters that represents a specific destination on the network. Think of it like an email address or bank account number—if someone wants to send you cryptocurrency, they need your wallet address to direct the funds.
- *connected cluster*: a set of network nodes that work together to maintain a synchronized copy of the blockchain. These clusters are essential for providing a decentralized, distributed ledger and powering the Solana network by validating transactions, securing the chain, and executing programs (smart contracts).

- _wallet address_: a unique identifier for a digital wallet, used to send or
receive crypto assets on a blockchain. Each wallet address is a string of
alphanumeric characters that represents a specific destination on the network.
Think of it like an email address or bank account number—if someone wants to
send you cryptocurrency, they need your wallet address to direct the funds.
- _connected cluster_: a set of network nodes that work together to maintain a
synchronized copy of the blockchain. These clusters are essential for
providing a decentralized, distributed ledger and powering the Solana network
by validating transactions, securing the chain, and executing programs (smart
contracts).

### Get Devnet SOL

Expand Down

0 comments on commit 37bbb70

Please sign in to comment.