frost-zcash-demo/frost-client
Conrado Gouvea 30cdd00fa6
frost-client: add support for group description (#397)
2024-12-26 17:02:47 -03:00
..
src frost-client: add support for group description (#397) 2024-12-26 17:02:47 -03:00
Cargo.toml build(deps): bump clap from 4.5.21 to 4.5.23 (#396) 2024-12-09 14:22:28 -03:00
README.md add frost-client {init,login,export,import,contacts} (#308) 2024-10-02 10:34:55 -03:00

README.md

frost-client

frost-client is a command-line tool that allows running the FROST protocol using the FROST server to help with communication. It uses a config file to store things like secret shares, group information and contacts.

Run frost-client -h (or cargo run -p frost-client -- -h) to get the command line help.

Eventually, frost-client will also be able to be imported as a library to offer functionality to developers who want to offer similar functionality to frost-client in their own applications (e.g. wallets).