WalletAddressValidatorKit for Kotlin / JVM
30-second install
Use the Gradle/Maven coordinates after Maven Central publishing; source is at https://github.com/devdasx/wallet-address-validator-kit.
Copy-paste example
import com.devdasx.walletaddressvalidatorkit.WalletAddressValidatorKit
println(WalletAddressValidatorKit.validateAddress("1BoatSLRHtKNngkdXEeobR76b53LETtpyT", "bitcoin").valid)
Validate
Run the repository CI command for this language before publishing changes.