Cấu trúc mạng solana
Tìm hiểu tổng quan về mạng Solana
Vì sao F12 lên không thấy API ?
Lắm lúc bạn cần check API ở Network mà quái lạ nó không có API
Extension Code hay
Extension hay ho
Rabbit MQ
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 ...