Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
36367c1f
Unverified
Commit
36367c1f
authored
Jan 25, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed add README toc
parent
35d7a1ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
dockerimagesim.yml
.github/workflows/dockerimagesim.yml
+2
-2
README.md
README.md
+6
-0
No files found.
.github/workflows/dockerimagesim.yml
View file @
36367c1f
...
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
push docker image
run
:
docker push skalenetwork/sgxwalletsim:latest
-
name
:
run docker image
run
:
docker run -d --network=host skalenetwork/sgxwalletsim:latest
run
:
docker run -
v ./sgx_data:/usr/src/sdk/sgx_data -
d --network=host skalenetwork/sgxwalletsim:latest
-
name
:
sleep and check
run
:
sleep 3;
ls sgx_data;
run
:
sleep 3;
scripts/docker_test.py
README.md
View file @
36367c1f
...
...
@@ -80,6 +80,7 @@ sudo docker-compose up
Voila! You should see the "SGX Server started" message.
## Start, stop and upgrade sgxwallet
As any docker-compose application sgxwallet is super easy to use.
...
...
@@ -165,6 +166,7 @@ Reboot you machine after driver install. Do `ls /dev/isgx` to check that `isgx`
If you do not see the
`isgx`
device, you need to troubleshoot your driver installation.
## Run sgxwallet in secure SGX mode
Run the latest sgxwallet docker container image in SGX mode
...
...
@@ -176,6 +178,10 @@ sudo docker-compose up -d
You should see "SGX Server started message".
Note: on some machines, the SGX device is not
`/dev/mei0`
but a different device, such
as "/dev/bs0". In this case please edit
`docker-compose.yml`
on your machine to specify the correct
device to use.
# Development
## Install Prerequisites
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment