So far, I have understood about -
- The use of account and types of accounts used in Solana .
- Difference in devnet, mainnet and testnet
- How one can see details of any account present in Solana
- What SOL and Lamports are.
- About to read on-chain data in Solana
- How account in Solana works similar to database in web2
Questions I have now -
- What does on-chain data even mean and where does it live?
- How much data at one transaction can be stored?
- What is the logic behind transactions.
- Why Proof of history is used as the consensus mechanism and why?
- Is rent in Solana lesser as compare to gas fees in Ethereum and Polygon? If yes, then how and why?
- How does the physical layer in Solana look like ?
- Is the concept of bulk transaction used? If yes then how does it is handled?
- Is the test done in devnet responds different than in testnet?
- Can a wallet from other blockchain be used for transaction in Solana?
- What is the best use case to use Solana?
Taking a day to explore these concepts so that I can answer these question in day 14 .
Top comments (0)