0xmountaintop
0xmountaintop
> @daira pointed out that: > > > very large circuits used by short-lived prover processes (is this a use case people have?) > > is the exact use case...
great to know! thanks!
neither 1.0.7 or 1.0.8 is under maintanence any more. is it still a problem when using 1.0.9?
plz let us know if the above answer help. so that we can close the issue, thx!
> 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...
@omershlo for now u can try it this way ``` mkdir ~/temp cp params.json ~/temp/ cp Rocket.toml ~/temp/ docker run -p 8001:8001 -v ~/temp:/multi-party-ecdsa/temp -e ROCKET_ENV=development -it multi-party-ecdsa ``` once...
> is there a way to get "1 click" solution? > l no problem. I will write a 'run.sh' for it.
@omershlo now you can run `demo/docker_demo.sh` in repo root directory (But for the first time you will need to run `docker build . -t=multi-party-ecdsa` to build the image. This has...
> FYI: I've created an Etherum-less version of dingir exchange --> https://github.com/gcomte/dingir-exchange Looks nice :D