Tìm hiểu chung về Queue
Using custom onchain programs
Solana has multiple onchain programs you can use. Instructions that use these programs need to have data in a custom format determined by the program.
Create Solana NFTs With Metaplex
• Non-Fungible Tokens (NFTs) are represented on Solana as SPL Tokens with an associated metadata account, 0 decimals, and a maximum supply of 1
• Metaplex offers a collection of tools that simplify th ...
Create Tokens With The Token Program
• You may recall SOL is the 'native token' of Solana. All other tokens, fungible and non-fungible tokens (NFTs), are called SPL Tokens
• The Token Program contains instructions for creating and intera ...
Create Transactions on the Solana Network
All modifications to onchain data happen through transactions. Transactions are mostly a set of instructions that invoke Solana programs. Transactions are atomic, meaning they either succeed - if all ...
Ethereum ABI Decoder
Trang web giúp bạn decode của các transaction không có rõ ABI
Read data from the Solana network
• SOL is the name of Solana’s native token. Each SOL is made from 1 billion Lamports.
• Accounts store tokens, NFTs, programs, and data. For now, we’ll focus on accounts that store SOL.
• Addresses po ...