solana-blockchain-basics

Solid

Explain fundamental Solana blockchain concepts to help users understand accounts, transactions, SOL, tokens, and programs. Activate when discussing blockchain fundamentals, explaining what blockchain is, or helping non-technical users learn about Solana.

AI & Automation 4 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Solana Blockchain Basics This skill helps explain Solana blockchain concepts in simple, non-technical language. Use when users ask questions about how Solana works, what accounts are, how transactions function, or other foundational blockchain concepts. ## Key Concepts to Explain ### Solana Network Solana is a fast, low-cost blockchain network. Think of it like a global ledger (accounting book) that anyone can read or write to, managed by thousands of computers instead of one company. **Key points:** - Fast: Processes thousands of transactions per second - Cheap: Transactions cost fractions of a penny - Open: Anyone can use it without permission - Secure: Uses cryptography to prevent fraud ### Accounts Everything on Solana is an "account" - like a bank account. Each account has: - **Address**: A unique identifier (like an account number) - **Balance**: How much SOL or tokens it holds - **Owner**: Who controls this account - **Data**: Information stored in the account **Types of accounts:** - User wallets: Hold SOL and tokens - Token accounts: Store specific tokens (like USDC) - Program accounts: Store smart contract data ### SOL (The Native Token) SOL is Solana's native currency. Like dollars on the US dollar network, SOL is used to: - Pay transaction fees (tiny amounts) - Pay for storing data on the blockchain - Vote on network decisions - Stake to earn rewards **Units:** - 1 SOL = 1 billion lamports (smallest unit) - Most people just use SOL ### Tokens (SPL Token...

Details

Author
widnyana
Repository
widnyana/eyay-toolkits
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category