voyager-verifier

Crates.iovoyager-verifier
lib.rsvoyager-verifier
version2.2.0
created_at2025-07-24 00:16:30.579867+00
updated_at2025-12-21 23:14:26.209817+00
descriptionContract class verification tool that allows you to verify your starknet classes on a block explorer.
homepage
repositoryhttps://github.com/NethermindEth/voyager-verifier
max_upload_size
id1765400
size414,520
Alex Metelli (ametel01)

documentation

README

voyager-verifier

Contract class verification tool for the Voyager Starknet block explorer.

Documentation

Quick Start

Installation

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

Basic Usage

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

Documentation

For comprehensive documentation, visit the official docs which includes:

Development

Building from Source

git clone https://github.com/NethermindEth/voyager-verifier.git
cd voyager-verifier
cargo build --release

Running Tests

cargo test

Building Documentation

cd docs
mdbook serve
# Visit http://localhost:3000

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

Commit count: 0

cargo fmt