This is a template for creating an end-to-end SP1 project that can generate a proof of any RISC-V program and verify the proof onchain.
RUST_LOG=info cargo run --package fibonacci-script --bin prove --release
RUST_LOG=info cargo run -p fibonacci-script --bin artifacts --release
cd contracts/
forge test -v