-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README - add libgmp Adding dependency for GMP * Update README.md Co-authored-by: Gus Gutoski <[email protected]>
- Loading branch information
1 parent
3d29a1e
commit b6a7888
Showing
1 changed file
with
5 additions
and
0 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 |
---|---|---|
|
@@ -19,6 +19,10 @@ git clone [email protected]:axelarnetwork/tofnd.git --recursive | |
$ rustup component add rustfmt | ||
``` | ||
`tofnd` depends on `tofn`, which needs the GNU Multiple Precision Arithmetic Library | ||
* MacOS: `brew install gmp` | ||
* Ubuntu: `sudo apt install libgmp-dev` | ||
# Running the server | ||
``` | ||
|
@@ -76,6 +80,7 @@ For more information, see on mnemonic options, see [Mnemonic](#mnemonic). | |
5. By default, `tofnd` expects a password from the standard input. Users that don't want to use passwords can use the `--no-password` flag. **Attention: Use `--no-password` only for testing .** | ||
``` | ||
A threshold signature scheme daemon | ||
|
||
USAGE: | ||
tofnd [FLAGS] [OPTIONS] | ||
|
||
|