Skip to content

axiom-crypto/axiom-sdk-rs-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axiom Rust SDK Quickstart

This is a starter repo to help you write a circuit using the Axiom Rust SDK. To learn more about Axiom, check out the developer docs at docs.axiom.xyz or join our developer Telegram.

For full documentation of the Axiom Rust SDK, see the docs.

Development

To build, run:

cargo build

For circuit keygen and proving commands, see the instructions in the Rust SDK docs. Note that the sample commands there need to be adjusted for the directory structure of this repo, meaning that you should use:

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

where <CMD> is mock, prove, keygen, or run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages