Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
41 lines (26 loc) · 709 Bytes

README.md

File metadata and controls

executable file
·
41 lines (26 loc) · 709 Bytes

substraTEE-node

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.

Building

Install Rust:

curl https://sh.rustup.rs -sSf | sh

Install required tools:

./scripts/init.sh

Build the node:

cargo build

Run

You can start a development chain with:

cargo run -- --dev

or

./target/release/substratee-node --dev

Additional CLI usage options are available and may be shown by running cargo run -- --help.