Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
272 changes: 138 additions & 134 deletions crates/dkg-cli/README.md

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions crates/dkg-cli/scripts/dkg-rotation.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# DKG Configuration File
# This file is used by both coordinator and member scripts for DKG operations.

# ============================================================================
# COORDINATOR SECTION - Created initially by coordinator
# ============================================================================

NETWORK: Testnet
THRESHOLD: 3 # New threshold for rotated committee
COORDINATOR_ADDRESS: 0x0636157e9d013585ff473b3b378499ac2f1d207ed07d70e2cd815711725bca9d
CURRENT_COMMITTEE_ID: 0x984d6edd224af9b67c1abd806aee5f7f85e7f5b33f37851c3daa3949f1bb5d3c # Current committee
COMMITTEE_PKG: 0x3d7fbd0db6b200970c438dfc9ec6d61d0d5b0d8f318fd9cdae7c204597ca88e4 # Reuse existing package
MEMBERS: # New committee members (can include continuing members)
- 0x0636157e9d013585ff473b3b378499ac2f1d207ed07d70e2cd815711725bca9d
- 0xe6a37ff5cd968b6a666fb033d85eabc674449f44f9fc2b600e55e27354211ed6
- 0x2aaadc85d1013bde04e7bff32aceaa03201627e43e3e3dd0b30521486b5c34cb
- 0x8b4a608c002d969d29f1dd84bc8ac13e6c2481d6de45718e606cfc4450723ec2

# ============================================================================
# AUTO-GENERATED by 'publish-and-init' script (coordinator)
# ============================================================================

# COMMITTEE_ID: 0x...
# COMMITTEE_PKG: 0x...

# ============================================================================
# MEMBER SECTION - Added manually by each member
# ============================================================================

# MY_ADDRESS: 0x0636157e9d013585ff473b3b378499ac2f1d207ed07d70e2cd815711725bca9d
# MY_SERVER_URL: https://myserver.example.com

# ============================================================================
# AUTO-GENERATED by 'genkey-and-register' script (member)
# ============================================================================

# DKG_ENC_PK: 0x...
# DKG_SIGNING_PK: 0x...
Loading