Kotlin implementation of EIP-1577 contenthash.
ContentHash that is currently under development, alpha builds are available in the Sonatype staging repository.
repositories {
mavenCentral()
// If you need to get ContentHash versions that are not uploaded to Maven Central.
maven { url "https://s01.oss.sonatype.org/content/repositories/staging/" }
}
dependencies {
implementation 'com.portto.ethereum:contenthash:0.1.0'
}
Kihon, [email protected]
ContentHash is maintained by portto. Licensed under the MIT license.