frost-zcash-demo/frost-client
dependabot[bot] ee164e237b
build(deps): bump frost-ed25519 from 2.0.0-rc.0 to 2.0.0 (#366)
Bumps [frost-ed25519](https://github.com/ZcashFoundation/frost) from 2.0.0-rc.0 to 2.0.0.
- [Release notes](https://github.com/ZcashFoundation/frost/releases)
- [Commits](https://github.com/ZcashFoundation/frost/compare/frost-ed25519/v2.0.0-rc.0...frost-ed25519/v2.0.0)

---
updated-dependencies:
- dependency-name: frost-ed25519
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 10:38:11 -03:00
..
src frost-client: add encryption and authentication (#336) 2024-11-20 15:11:47 +00:00
Cargo.toml build(deps): bump frost-ed25519 from 2.0.0-rc.0 to 2.0.0 (#366) 2024-11-22 10:38:11 -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).