Skip to content

Commit

Permalink
chore: adds more details on usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Dec 13, 2024
1 parent 15d16b2 commit a6faa73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/bls-signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ The tool will log:
- The hex-encoded BLS signature

The logged public key and signature should be used when making a staking request to register as a provider.

Example usage:
```
bls-signer --private-key 0x30B67395EDA0B03F5E400498690FB8D7CF7BAC53132F89CCED0D65559DB065C9 --payload 0xdeadbeef
```

0 comments on commit a6faa73

Please sign in to comment.