Skip to content

veracruz-project/dpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe82e35 · Jun 3, 2024

History

23 Commits
Oct 24, 2023
Jan 17, 2024
Oct 24, 2023
Jan 17, 2024
Oct 12, 2023
Jan 17, 2024
Jun 3, 2024
Feb 7, 2024
Oct 12, 2023
Feb 7, 2024

Repository files navigation

DPU

Build

cargo build

Run

  • Run two DPU Runtime Manager instances on the DPU side:
    RUST_LOG=info cargo run --bin dpu-runtime-manager -- --measurement <hash1> --port <port1>
    RUST_LOG=info cargo run --bin dpu-runtime-manager -- --measurement <hash2> --port <port2>
    
  • Run the attestation example on the host side:
    RUST_LOG=info cargo run --bin attestation
    

Run Parsec Example

cd docker 
make build
make exec

in docker run the script.sh

cd /work;

./setup_env.sh

RUST_LOG=info cargo run --bin parsec_execute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published