Closed amitojsingh366 closed 11 months ago
Shapeshift dapp now uses localforage to store the logged in wallet information, which in turn uses indexedDB. This PR adds a bare bones way to modify the same and add the information needed to auto login into the shapeshift dapp.
localforage
indexedDB
Shapeshift dapp now uses
localforage
to store the logged in wallet information, which in turn usesindexedDB
. This PR adds a bare bones way to modify the same and add the information needed to auto login into the shapeshift dapp.