It generate a private key with Mnemonics
- Add more constraints in the password like:- must have a special character etc.
- Extract out the business logic in services.
- Install bip32 & bip39 dependency
github.com/tyler-smith/go-bip32
github.com/tyler-smith/go-bip39
go run *.go
Go to http://localhost:8080/ and you'll see it running
go build