symbol / qr-library

QR library for Symbol
Apache License 2.0
5 stars 10 forks source link

Remove SDK hard dependency #41

Closed fboucquez closed 3 years ago

fboucquez commented 3 years ago

Atm, this library depends on the TS SDK. Each SDK release requires a release of this library which is annoying. Especially when working on bigger clients like the desktop wallet where different SDK versions are referenced.

If the library references interfaces instead of contract SDK objects, the dependency management would be a lot simpler. The SDK could be a dev dependency for unit test.