gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

Updates to the gRPC API #29

Closed cpacia closed 5 years ago

cpacia commented 5 years ago

The GenerateMnemonicSeed method is moved to the loader service because the wallet service is unavailable until the wallet is created.

Also adds an authentication token to the gRPC API to authenticate the client.