Wallet integration with external storage #22
-
Hi @dombrn @taminobaumann @philpotisk , I wanted to know if we can integrate wallet with external storage , like IPFS or a db ? Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
REMINDER @taminobaumann @philpotisk |
Beta Was this translation helpful? Give feedback.
-
Hey @SethiShivam, yes, it is possible; however, we currently don't have a dedicated docs section for that feature yet. For the moment, I can point you to: The implementation configuration is done in service-matrix.properties For the keystore, see: id.walt.services.keystore.KeyStoreService=id.walt.services.keystore.SqlKeyStoreService |
Beta Was this translation helpful? Give feedback.
Hey @SethiShivam,
yes, it is possible; however, we currently don't have a dedicated docs section for that feature yet.
For the moment, I can point you to:
The implementation configuration is done in service-matrix.properties
For the keystore, see: id.walt.services.keystore.KeyStoreService=id.walt.services.keystore.SqlKeyStoreService
For the data store, see: id.walt.services.hkvstore.HKVStoreService=id.walt.services.hkvstore.FileSystemHKVStore:fsStore.conf