Unverified Commit 31740f68 authored by kladkogex's avatar kladkogex
parents aabbc786 72a71b36
......@@ -4,7 +4,11 @@
sgxwallet is a next generation hardware secure crypto wallet that is based on Intel SGX technology. It currently supports Ethereum and SKALE, and will support Bitcoin in the future.
## Prerequisites
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
## Enable SGX on your machine
To build and run sgxd, you'll need Intel SGX capable hardware. Most Intel chips that were produced after 2015 support SGX.
......@@ -24,10 +28,6 @@ To enable SGX using a software utility:
sgxwallet has been tested on Ubuntu Linux 18.04.
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
## Install SGX driver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment