filecoin-project / cpp-filecoin

C++17 implementation of Filecoin
https://filecoin.io/
GNU General Public License v3.0
126 stars 36 forks source link

Ledger wallet wrapper #530

Closed wer1st closed 2 years ago

wer1st commented 2 years ago

Necessary to implement ledger wallet class in Fuhon to work with Filecoin adaptor of cpp-ledger lib.

Probably we want to create wallet abstraction allows us to work with local data store or ledger the same way.

Note: look at LedgerWallet struct in Lotus