Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 473 Bytes

File metadata and controls

38 lines (25 loc) · 473 Bytes

Pinocchio Tapedrive

Steps to start

1. clone the repo

git clone git@github.com:Turbin3/pinocchio-tapedrive.git

2. Build program

cargo build-sbf

3. Running Tests

cargo test --features test-default

4. Running Benchmarks

cargo bench --features bench-default

5. Client Generation

# Generate TypeScript client
./gen-client.sh typescript

# Generate Rust client
./gen-client.sh rust