Skip to content

Commit

Permalink
Updates instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Nov 24, 2023
1 parent 5ce541c commit add8ef5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
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

0 comments on commit add8ef5

Please sign in to comment.