This repository belongs to the substraTEE project.
A substrate-based node that maintains a registry of remote attested substraTEE-worker enclaves. The node also acts as a proxy for encrypted requests which are forwarded to the substraTEE-worker.
Install Rust:
curl https://sh.rustup.rs -sSf | shInstall required tools:
./scripts/init.shBuild the node:
cargo buildYou can start a development chain with:
cargo run -- --devor
./target/release/substratee-node --devAdditional CLI usage options are available and may be shown by running cargo run -- --help.