WalletAddressValidatorKit for Go
30-second install
go get github.com/devdasx/wallet-address-validator-kit@0.2.1
Copy-paste example
import kit "github.com/devdasx/wallet-address-validator-kit"
fmt.Println(kit.ValidateAddress("1BoatSLRHtKNngkdXEeobR76b53LETtpyT", "bitcoin").Valid)
Validate
Run the repository CI command for this language before publishing changes.