A command-line tool for managing Solana NFTs and tokens via the Metaplex standard. Mint, update, transfer, burn, verify, decode, snapshot, and airdrop — for both legacy Token Metadata and Metaplex Core assets.
See the docs for full usage instructions. Suggestions and PRs welcome!
Use at your own risk. Always test commands on devnet before running against production NFTs.
Copy the following to a terminal:
bash <(curl -sSf https://raw.githubusercontent.com/samuelvanderwaal/metaboss/main/scripts/install.sh)If you get errors you may need dependencies:
Ubuntu:
sudo apt install libudev-dev pkg-configLinux and macOS binaries are available in releases.
cargo install metabossRequires Rust 1.75 or later.
Install Rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shClone the source:
git clone [email protected]:samuelvanderwaal/metaboss.gitor
git clone https://github.com/samuelvanderwaal/metaboss.gitChange directory and check out the main branch:
cd metaboss
git checkout mainInstall or build with Rust:
cargo install --path ./or
cargo build --releaseEmail: [email protected]
Twitter: @samvwaal
Discord: @archaeopteryx#7615
