A CLI demo for trusted dealer key generation with Frost
Apache License 2.0
7
stars
5
forks
source link
Improve config file management - currently if you want two instances of `frost-client` concurrently they might corrupt the config gile. See how cargo does it https://github.com/rust-lang/cargo/blob/eaee77dc1584be45949b75e4c4c9a841605e3a4b/src/cargo/util/context/mod.rs#L2328 #379