TBD54566975 / web5-wallet

A reference implementation of a web5 wallet in react native
Apache License 2.0
13 stars 8 forks source link

consolidate mock data. remove unused deps. #141

Closed shamilovtim closed 11 months ago

shamilovtim commented 11 months ago

Reason for PR

As I was working on Connect I ran into the issue that the mocked data, dependencies and README no longer reflected the reality of the codebase. The connection detail list was no longer accurate. Mock data was very WET and in some cases busted. Our old state manager dependency (legend state) wasn't used at all and was just wrapping the mocks needlessly.

Resolution