Skip to content

blocto/contenthash.kotlin

Repository files navigation

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.

About

Kotlin implementation of EIP-1577 contenthash.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages