starknet-contract-verifier 0.3.2

Contract class verification tool that allows you to verify your starknet classes on a block explorer.
Documentation
1
2
3
// This module contains polling functionality that was moved to the client.rs file
// Re-export from client for backward compatibility
pub use super::client::poll_verification_status;