Skip to content

Latest commit

 

History

History

sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

axiom-sdk

Usage

See ./examples/account_age.rs for an example Axiom compute circuit. To run the account_age circuit:

cargo run --example account_age -- --input data/account_age_input.json -k 12 -p <PROVIDER_URI> <CMD>

where PROVIDER_URI is a JSON-RPC URL, and CMD is mock, prove, keygen, or run.