Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.15 KB

ContentHash

Maven Central CircleCI GitHub

Kotlin implementation of EIP-1577 contenthash.

ContentHash that is currently under development, alpha builds are available in the Sonatype staging repository.

How to

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'
}

Developed By

Kihon, [email protected]

License

ContentHash is maintained by portto. Licensed under the MIT license.