Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add frost-client {coordinator,participant} #328

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Conversation

conradoplg
Copy link
Contributor

@conradoplg conradoplg commented Oct 1, 2024

Based on #309

These are basically the same as before, but only supporting the server and reading keys from the config file.

Test is still manual. Generate keys as in #309 and then, e.g.

# Run this and get the group ID (public key)
cargo run -p frost-client -- groups -c alice.toml
# Run these in separate terminals, replace values accordingly
cargo run -p frost-client -- coordinator -c alice.toml --server-url localhost:2744 --group 7c9314b669a334af107f02b7c4d5dfee4e8cafaa4f14907c78d1dfdb17568927 -S alice,bob -m msg.raw
cargo run -p frost-client -- participant -c alice.toml --server-url localhost:2744 --group 7c9314b669a334af107f02b7c4d5dfee4e8cafaa4f14907c78d1dfdb17568927
cargo run -p frost-client -- participant -c bob.toml --server-url localhost:2744 --group 7c9314b669a334af107f02b7c4d5dfee4e8cafaa4f14907c78d1dfdb17568927

Still no encryption&authentication per se, that's #179

@mpguerra mpguerra linked an issue Oct 2, 2024 that may be closed by this pull request
Base automatically changed from frost-client-trusted-dealer to frost-client October 2, 2024 12:48
Base automatically changed from frost-client to main October 2, 2024 13:34
@conradoplg conradoplg force-pushed the frost-client-coordinator branch 2 times, most recently from b23c016 to abdf5e0 Compare October 7, 2024 23:17
@conradoplg conradoplg force-pushed the frost-client-coordinator branch 2 times, most recently from 05b63ec to 0372ac9 Compare October 10, 2024 22:21
Copy link
Contributor

@natalieesk natalieesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@conradoplg conradoplg merged commit 3338161 into main Oct 24, 2024
5 checks passed
@conradoplg conradoplg deleted the frost-client-coordinator branch October 24, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add frost-client support to trusted-dealer
2 participants