trustwallet / wallet-core

Cross-platform, cross-blockchain wallet library.
https://developer.trustwallet.com/wallet-core
Apache License 2.0
2.76k stars 1.56k forks source link

[KeyStore] Kotlin equivalent #2511

Open hewigovens opened 2 years ago

hewigovens commented 2 years ago

We have Swift KeyStore helper to access TWStoredKey easily; in order to support it on Web (local storage etc), it would be nice to have Typescript KeyStore

This is also a good chance to refactor and define generic KeyStore interfaces

Milerius commented 2 years ago

We have Swift KeyStore helper to access TWStoredKey easily; in order to support it on Web (local storage etc), it would be nice to have Typescript KeyStore

This is also a good chance to refactor and define generic KeyStore interfaces

Full implementation of indexed_db manipulation in wasm/rust: https://github.com/KomodoPlatform/atomicDEX-API/tree/dev/mm2src/mm2_db/src/indexed_db

Simple local storage wasm manipulation in go: https://github.com/Milerius/mm2-client/blob/8ebc6c99fb54080220b114f1e120d965b43c2ac0/config/wasm_storage/wasm_storage.go

hewigovens commented 2 years ago

Swift KeyStore: