Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 274 Bytes

Verified Builds API

To start the server

cargo r

The verify API is at /verify with parameters

pub struct VerifyParams {
    pub repo: String,
    pub path: String,
    pub commit: String,
    pub output_path: String,
    pub program_id: String
}