Skip to content

adam0x7/nyx-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SP1 Project Template

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.

Requirements

Generate Proof

Generate the proof that will be used as a fixture in the contracts directory.

cd script
RUST_LOG=info cargo run --bin prove --release

Solidity Proof Verification

Verify the proof with the SP1 EVM verifier.

cd ../contracts
forge test -v

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published