resolution-java
resolution-java copied to clipboard
Java library to resolve .crypto domains
The current version of unstoppabledomains still uses these 2 libraries with vulnerabilities: * [Gson](https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.6) v2.8.6 -> v2.10.1 * [bcprov-jdk15on](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on) v1.65.01 -> bcprov-jdk18on v1.77
When I try to call `resolution.isSupported("somedomain.nft")` it return this error: "UNS blockchain network is down". But when I try `resolution.getAddress("somedomain.nft", "ETH")` it returns correct address.
https://github.com/unstoppabledomains/resolution-java/blob/2075261d801e699bbcd437272336f248c0ed3776/samples.md Currently the only live example is in Kotlin