Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 481 Bytes

File metadata and controls

25 lines (20 loc) · 481 Bytes

Welcome to Mnemonics

It generate a private key with Mnemonics

Enhancements required

  1. Add more constraints in the password like:- must have a special character etc.
  2. Extract out the business logic in services.

Setup and dependencies installation

  1. Install bip32 & bip39 dependency
github.com/tyler-smith/go-bip32
github.com/tyler-smith/go-bip39

Run

go run *.go

Go to http://localhost:8080/ and you'll see it running

Build

go build