axiom-crypto / axiom-sdk-rs-quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%