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 ...
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 ...