| Crates.io | arch-token-metadata-elf |
| lib.rs | arch-token-metadata-elf |
| version | 0.1.1 |
| created_at | 2025-09-04 15:31:48.544821+00 |
| updated_at | 2025-09-04 17:57:44.116123+00 |
| description | Prebuilt ELF binary for the Arch Token Metadata program |
| homepage | |
| repository | https://github.com/levicook/arch-token-metadata |
| max_upload_size | |
| id | 1824395 |
| size | 210,110 |
Prebuilt ELF binary for the Arch Token Metadata on-chain program.
include_bytes!.elf/arch_token_metadata.so (included in the crate),
and falls back to a workspace-built artifact during local development.Usage:
use arch_token_metadata_elf::{ARCH_TOKEN_METADATA_ELF, PROGRAM_ID};
let elf_bytes: &[u8] = ARCH_TOKEN_METADATA_ELF;
let program_id: [u8; 32] = PROGRAM_ID;
Publishing notes:
elf/arch_token_metadata.so exists before publishing. In this workspace, build the program with:
cargo build-sbf --manifest-path programs/arch-token-metadata/Cargo.toml
and copy the output to sdks/arch-token-metadata-elf/elf/arch_token_metadata.so.