chore: add Dockerfile for keygen & signing example codes#88
chore: add Dockerfile for keygen & signing example codes#880xmountaintop wants to merge 3 commits into
Conversation
|
Can you edit the title and the description before we can merge this PR? Ideally we would like more details on what this DockerFile will do if we run it. |
|
@omershlo You can squash and merge (make sure to select this option). |
|
@HAOYUatHZ how do I test it on my computer? |
|
@omershlo for now u can try it this way once entering the container, run then open another window, run this script Note that this only runs sm_manager inside docker but not keygen_client and sign_client. I will write a better |
|
is there a way to get "1 click" solution? |
no problem. I will write a 'run.sh' for it. |
... Signed-off-by: HAOYUatHZ <haoyu@protonmail.com>
53860ad to
11055fd
Compare
|
@omershlo now you can run (But for the first time you will need to run |
This Dockerfile compiles
examples/sm_manager.rs,examples/gg18_keygen_client.rs&examples/gg18_sign_client.rs,and build an docker image for cross-platform use.