Yona Testnet supported programs
Lists Solana Programs that are supported on Yona Network Testnet and the links associated with these programs.
In the SVM ecosystem, "smart contracts" are called programs. Each program is an on-chain account that stores executable logic, organized into specific functions referred to as instructions.
Programs are on-chain accounts that contain executable code. This code is organized into distinct functions known as instructions.
Programs are stateless but can include instructions to create new accounts, which are used to store and manage program state.
Programs can be updated by an upgrade authority. A program becomes immutable when the upgrade authority is set to null.
Verifiable builds enable users to verify that on-chain programs match the publicly available source code.
Like Solana, Yona Network uses the LLVM compiler infrastructure to compile programs into executable and linkable format (ELF) files. These files contain a modified version of the Berkeley Packet Filter (eBPF) bytecode for Solana programs, known as the ‘Solana Bytecode Format’ (sBPF).
Using LLVM allows programs to potentially support any programming language that can compile to the BPF backend of LLVM. Solana programs written in Rust are libraries that are compiled to BPF bytecode and stored in .so format.
Programs list and links:
Name | Program ID | Github | Documentation |
---|---|---|---|
Auction House | hausS13jsjafwWwGqZTUQRmWyvyxn9EQpqMwV1PBBmk | ||
Solana token program tokenkeg.so | TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA | ||
Auctioneer | neer8g6yJq2mQM6KbnViEDAD4gr3gRZyMMf4F2p3MEh | ||
Associated Token Account AToken.so | ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL | ||
openbook.so | srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX | ||
openbook-v2.so | opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb | ||
OpenBook AMM raydium-amm.so | 675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8 | ||
Bubblegum | BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY | ||
Candy Guard | Guard1JwRhJkVH6XZhzoYxeBVQe872VH6QggF4BWmS9g | ||
Candy Machine v3 | CndyV3LdqHUfDLmE5naZjVN8rBZz4tqhdefbAnjHG3JR | ||
Core | CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d | ||
Core Candy Guard | CMAGAKJ67e9hRZgfC5SFTbZH8MgEmtqazKXjmkaJjWTJ | ||
MPL Token Extras tokex.so | TokExjvjJmhKaRBShsBAsbSvEWMA1AgUNK7ps4SAc2p | ||
Core Candy Machine | CMACYFENjoBMHzapRXyo1JZkVS6EtaDDzkjMrmQLvr4J | ||
Gumdrop | gdrpGjVffourzkdDRrQmySw4aTHr8a3xmQzzxSwFD1a | ||
Hydra | hyDQ4Nz1eYyegS6JfenyKwKzYxRsCWCriYSAjtzP4Vg | ||
Inscriptions | 1NSCRfGeyo7wPUazGbaPBUsTM49e1k2aXewHGARfzSo | ||
MPL-Hybrid | MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb | ||
Token Auth Rules | auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg | ||
Token Metadata metab.so | metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s |
Last updated