This repository contains the primitives required for executing a fuel block, and associated proving games within zkVMs like sp1 and risc0. They are meant to be dropped into the zkVM's entrypoint function and used to operate on the inputs provided.
# ensure you have the wasm32-unknown-unknown toolchain installed
cargo test -p fuel-zkvm-primitives-test-fixtures
TBD
TBD