Skip to content

Commit

Permalink
readme: update book.* links (#158)
Browse files Browse the repository at this point in the history
* readme: update book.* links

* readme: inline compilation steps

Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com>
  • Loading branch information
OverOrion and clangenb authored Dec 9, 2022
1 parent 9b2f92b commit 91d9ba5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# integritee-node

This repository belongs to the [Integritee project](https://book.integritee.network).
This repository belongs to the [Integritee project](https://integritee.network).

A substrate-based node that maintains a registry of remote attested integritee-service enclaves. The node also acts as a proxy for encrypted requests which are forwarded to the integritee-service.

## Build and Run
Please see our [Integritee Book](https://book.integritee.network/howto_node.html) to learn how to build and run this.
1. See the substrate install docs to install the preliminaries: [https://docs.substrate.io/install](https://docs.substrate.io/install).
2. Build the node:
- If you can perform Remote Attestation:
```
cargo build --release --features "skip-extrinsic-filtering"
```
- If you can **NOT** perform Remote Attestation:
```
cargo build --release --features "skip-extrinsic-filtering skip-ias-check"
```
### Note
There are some cargo features that are highly relevant for developers:
Expand Down

0 comments on commit 91d9ba5

Please sign in to comment.