myelnet/pop

Improve default generated FIL key UX

Closed this issue · 4 comments

Improve default generated FIL key UX

@gallexis can you also double check the default address is properly persisted between node restarts?

I think we might need to add 2 cli commands:

$ pop export-key <address> <file-location>
# and
$ pop transfer <from-address> <to-address> <amount>

Ok I will create the 2 CLI commands 👍
Also, when a user generates a new a default address, I think it would be better to generate it straight in the "setupWallet" function rather than delaying it for later in the init of the exchange

Mmm the wallet instance is created when initializing the exchange so it doesn't exist yet when calling setupWallet. Maybe you can figure something out

Yeah indeed it's not as easy as I thought it would be but I'll try something