Unverified Commit 6bd796a5 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

SE-38 Improve docs

parent 880a0f65
...@@ -29,24 +29,12 @@ The sgxwallet server is still in active development and therefore should be rega ...@@ -29,24 +29,12 @@ The sgxwallet server is still in active development and therefore should be rega
The easiest way to try the sgxwallet server is to run a docker container in insecure simulation mode that emulates an SGX processor. Once you are familiar with the server, you can enable sgx on your machine and run it in secure production mode. The easiest way to try the sgxwallet server is to run a docker container in insecure simulation mode that emulates an SGX processor. Once you are familiar with the server, you can enable sgx on your machine and run it in secure production mode.
Get it with [Docker](https://www.docker.com/): First install docker-compose if you dont have it [Docker](https://linuxize.com/post/how-to-install-and-use-docker-compose-on-ubuntu-18-04/).
```bash Then run sgxwallet using docker compose
$ docker pull skalenetwork/sgxwalletsim
```
Then run:
```bash
$ docker run -it --network host --name sgxwalletsim skalenetwork/sgxwalletsim
```
or for detached mode:
```bash ```bash
$ docker run -di --network host --name sgxwalletsim skalenetwork/sgxwalletsim $ cd run_sgx; sudo docker-compose up
``` ```
......
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