KEthereum icon indicating copy to clipboard operation
KEthereum copied to clipboard

Kotlin library for Ethereum

Results 47 KEthereum issues
Sort by recently updated
recently updated
newest added

**KEthereum** already has `SignatureData` to `PublicKey` conversion (org.kethereum.crypto.SignKt#signedMessageToKey), but I've stumbled on the need to convert EIP-191 personal signature to `PublicKey` (see this sample repo for use case https://github.com/vchernetskyi993/ethereum-server-auth). From...

Hello, Is there a quick guide to setup and how to use this lib in android? All I want to do is setup ethereal wallet and get private key to...

help wanted

Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.12.5. Release notes Sourced from mockk's releases. V1.12.5 Thanks a lot @​aSemy for the big effort to add value class support! What's Changed Better detection...

dependencies

enhancement :rocket:
help wanted

It'd be great if the ENS integration in kethereum supported resolving addresses other than Ethereum addresses, as per [EIP 2304](https://eips.ethereum.org/EIPS/eip-2304). At least Bitcoin and Bitcoin Cash support would be an...

enhancement :rocket:
help wanted

currently these test do network calls and fails if the host does not answer - networking should be mocked

with java>1.8 some tests are failing - seems to have to do with resource loading

enhancement :rocket: