Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
moribellamy committed Nov 17, 2023
1 parent ed8d664 commit a7844c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,18 @@ Create Ethereum wallets.
If no args are given, generate a private key (along with the resulting eth address) to STDOUT.

If the `--prefix` arg is given, we generate random wallets until we find one with the given prefix.

## Building

`cmake`, `make`, and any C compiler is sufficient.

```bash
cd mousewallet_dir
mkdir build
cd build

cmake ..
make

./mousewallet --help
```

0 comments on commit a7844c6

Please sign in to comment.