Install Rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shClone the source:
git clone git@github.com:samuelvanderwaal/metaplex_decoder.gitChange directory and install or build with Rust:
cd metaplex_decodercargo install --path ./or
cargo build --releaseRun the program:
./metaplex_decoder <mint_account> <network>
This will yield the metadata as single line JSON to stdout.