81a6624f32
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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).