
Cross-platform ETH web3 client integrates with web3.swift and web3j, enabling Ethereum blockchain interactions. Requires iOS 13 or later for mobile deployment.
A Kotlin multiplatform ETH web3 client that delegates to web3.swift and web3j (todo)
iOS: Requires a min iOS version of 13
gradle.properties
kotlin.native.osVersionMin.ios_x64 = 13.0
kotlin.native.osVersionMin.ios_arm64 = 13.0
kotlin.native.osVersionMin.ios_simulator_arm64 = 13.0
dependencies {
implementation("io.eqoty.web3k:client:0.1.0")
}
A Kotlin multiplatform ETH web3 client that delegates to web3.swift and web3j (todo)
iOS: Requires a min iOS version of 13
gradle.properties
kotlin.native.osVersionMin.ios_x64 = 13.0
kotlin.native.osVersionMin.ios_arm64 = 13.0
kotlin.native.osVersionMin.ios_simulator_arm64 = 13.0
dependencies {
implementation("io.eqoty.web3k:client:0.1.0")
}