Skip to content

✅ 이더리움 관련 문자열 검증을 위한 jakarta.validation 구현체

License

Notifications You must be signed in to change notification settings

eyesprotocol/ethereum-validator

Repository files navigation

Ethereum validator with JSR380(aka Bean validation)

Features

  • @EtherAddress: Ethereum address validator
  • @EtherTxHash: Ethereum transaction hash (aka TX ID) validator

Requirements

  • JDK 1.8 or higher

Usages

gradle:

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.eyesprotocol.validator:ethereum-validator:1.0.0")
}

License and credit

This project under the GNU Lesser General Public License v3.0