KEthereum
Kethereum is a Kotlin library created for Ethereum. It opts for a non-monolithic structure, empowering users to selectively integrate modules and thereby maintain a lean library footprint.
Features
- Modular: KEthereum gives the possibility to pick and choose the modules the developer need and keep the footprint of the library small this way.
- Wallet: Support functions for keys from and to JSON wallet files
- ERC20: Contract wrapper for the ERC20 Token standard
- eip155: Transaction signing with Simple replay attack protection
Quickstart
-
Create Gradle Kotlin project
-
Setup
build.gradle.kts
file with the desired dependencies