@EtherAddress
: Ethereum address validator- Original: web3.js
@EtherTxHash
: Ethereum transaction hash (aka TX ID) validator
- JDK 1.8 or higher
gradle:
repositories {
mavenCentral()
}
dependencies {
implementation("io.eyesprotocol.validator:ethereum-validator:1.0.0")
}
This project under the GNU Lesser General Public License v3.0
- ChainSafe/web3.js (LGPL-3.0)