Skip to content

Commit

Permalink
docs: Better shell pipeline to produce WalletId
Browse files Browse the repository at this point in the history
Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
  • Loading branch information
blaggacao and rvl committed Jan 19, 2022
1 parent 68ad278 commit f33bf27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/design/WalletId.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ xargs \
| cardano-address key from-recovery-phrase Shelley \
| cardano-address key public --with-chain-code \
| bech32 \
| python3 -c 'import hashlib,sys; print(hashlib.blake2b(bytes.fromhex(sys.stdin.read()), digest_size=20).hexdigest())'
| xxd -r -p \
| b2sum -b -l 160 \
| cut -d' ' -f1
```

0 comments on commit f33bf27

Please sign in to comment.