uport-project / kotlin-did-jwt

Create and verify uPort and DID compliant JWTs in Kotlin
https://developer.uport.me
Apache License 2.0
8 stars 6 forks source link

Support network configuration and offline testing #40

Open ugoamanoh opened 4 years ago

ugoamanoh commented 4 years ago

offline tests - there should be no instantiation of JsonRPC during a check so that it can be mocked out during tests.

constructor configuration of the CredentialStatus aggregator class (as opposed to registerResolver)

ugoamanoh commented 4 years ago

Implementation Notes

Check EthrDIDResolver for JsonRPC/Networks implementation