| Crates.io | voyager-verifier |
| lib.rs | voyager-verifier |
| version | 2.2.0 |
| created_at | 2025-07-24 00:16:30.579867+00 |
| updated_at | 2025-12-21 23:14:26.209817+00 |
| description | Contract class verification tool that allows you to verify your starknet classes on a block explorer. |
| homepage | |
| repository | https://github.com/NethermindEth/voyager-verifier |
| max_upload_size | |
| id | 1765400 |
| size | 414,520 |
Contract class verification tool for the Voyager Starknet block explorer.
With asdf (Recommended):
asdf plugin add voyager https://github.com/NethermindEth/asdf-voyager-verifier.git
asdf install voyager latest
With Cargo:
cargo install voyager-verifier
Interactive wizard (recommended for first-time users):
voyager verify --wizard
Command-line mode:
voyager verify --network mainnet \
--class-hash <YOUR_CLASS_HASH> \
--contract-name <CONTRACT_NAME>
Batch verification:
# Define contracts in .voyager.toml, then:
voyager verify
For comprehensive documentation, visit the official docs which includes:
git clone https://github.com/NethermindEth/voyager-verifier.git
cd voyager-verifier
cargo build --release
cargo test
cd docs
mdbook serve
# Visit http://localhost:3000
We welcome contributions! See CONTRIBUTING.md for guidelines.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.