-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
# Namada Trusted Setup Claimer | ||
|
||
CLI util to sign arbitrary messages with. The signing keys | ||
are obtained from Namada's trusted setup cerimony. | ||
CLI util to sign arbitrary messages with. The signing keys are obtained from | ||
Namada's trusted setup cerimony. | ||
|
||
To run it just type: | ||
|
||
```shell | ||
cargo run | ||
``` | ||
|
||
You will be asked to provide the seed used during the trusted setup ceremony. | ||
Once you've done that, you can choose to: | ||
|
||
1. Show the public key | ||
2. Sign a message |