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 ...
Cryptography and the Solana Network
• A keypair is a matching pair of public key and secret key.
• The public key is used as an “address” that points to an account on the Solana network. A public key can be shared with anyone.
• The sec ...
Create your own BLINK [Solana Tutorial]
Tính năng rất hay của Solana để có thể sử dụng ở tất cả các nơi trên X mà không cần kết nối nhiều
Lang chain [1]
LangChain là một framework hỗ trợ tích hợp và triển khai các Large Language Model (LLM) trong ứng dụng, mở ra khả năng tương tác mạnh mẽ với ngôn ngữ tự nhiên trong nhiều hệ thống công nghệ. Cùng đi s ...