Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   README.md
  • Loading branch information
gaikov-everstake committed Dec 14, 2023
1 parent 6c8afb3 commit 17dcc94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[![golangci-lint](https://github.com/everstake/go-bip39/actions/workflows/golangci-lint.yaml/badge.svg)](https://github.com/everstake/go-bip39/actions/workflows/golangci-lint.yaml) [![CodeQL](https://github.com/everstake/go-bip39/actions/workflows/codeql.yml/badge.svg)](https://github.com/everstake/go-bip39/actions/workflows/codeql.yml) [![goreleaser](https://github.com/everstake/go-bip39/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/everstake/go-bip39/actions/workflows/goreleaser.yml)
[![golangci-lint](https://github.com/everstake/bip39/actions/workflows/golangci-lint.yaml/badge.svg)](https://github.com/everstake/bip39/actions/workflows/golangci-lint.yaml) [![CodeQL](https://github.com/everstake/bip39/actions/workflows/codeql.yml/badge.svg)](https://github.com/everstake/bip39/actions/workflows/codeql.yml) [![goreleaser](https://github.com/everstake/bip39/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/everstake/bip39/actions/workflows/goreleaser.yml)

# Generation, verification of mnemonics in BIP39 standard and obtaining their hash in Argon2id format

#### Fork: https://github.com/tyler-smith/go-bip39

## Build
go build cmd/cli/bip39.go

Expand All @@ -27,6 +29,3 @@
--save value Save to file [yes/no] (default: no)
File name format: <Argon2idHash>_<TimestampUnixNano>.bip39
--dir value Save file to directory (default: ~/bip39/mnemonics)


#### Fork: https://github.com/tyler-smith/go-bip39

0 comments on commit 17dcc94

Please sign in to comment.