owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

Redux Persist: Serializer + Storage #82

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Currently the redux library is developed with no concern for persistence in local storage. This does not mean that persistence is impossible, but it is left to the user to implement. This could be difficult especially considering the fact that web3 contracts are objects with functions etc... that should not be serialized but just re instantiated using the stored abi. Implement:

Suggested library https://github.com/rt2zz/redux-persist closes #5