--- title: Token Metadata Program with Extended URI space --- ## Background Solana's programming model and the definitions of the Solana terms used in this document are available at: - https://docs.solana.com/apps - https://docs.solana.com/terminology ## Testing ```sh cargo test-bpf --bpf-out-dir ../../target/deploy/ ``` ## Building ```sh cargo build-bpf --bpf-out-dir ../../target/deploy/ ```