x402-cli 1.1.1

A comprehensive developer CLI for project scaffolding, wallet management, and payment testing.
Documentation
1
2
3
4
5
6
pub mod x402;

pub use crate::x402::{
    deploy, handle_facilitator, handle_test, handle_wallet, init, FacilitatorCommands,
    TestCommands, WalletCommands,
};