LayerTwo-Labs / sidesail

A work-in-progress sidechain UI.
MIT License
6 stars 4 forks source link

drivechain-server: persist wallet key to disk #238

Closed arnemolland closed 3 days ago

arnemolland commented 1 week ago

Resolves #225 by persisting wallet key to the data directory.

Adds --passphrase flag for encrypting key contents.

Gotcha: only allows for a single key to persist at a time in its current form.

Inputs very welcome.

arnemolland commented 4 days ago

The age library seems to fit pretty well as it is, so I've switched implementations.