BlockchainCommons / Community

Discussions & shared documents for stakeholders in Blockchain Commons
Other
68 stars 10 forks source link

Investigate Swift-to-Kotlin translation. #187

Closed nochiel closed 1 year ago

nochiel commented 1 year ago

NB: This should be done in time for the meeting on 2023/03/01.

nochiel commented 1 year ago

Summary

What is required by BlockckainCommons' Swift projects.


Can we use any automatic Swift-Kotlin translation tools?


Challenges in translating Blockchain Commons CLI tools from Swift to Kotlin

Recommendations

thunderbiscuit commented 1 year ago

Just an idea: language bindings between Rust and Kotlin can be written using uniffi-rs. We've had great success with porting the Bitcoin Development Kit to Kotlin/Android/JVM/Java/Swift/Python so far with it. The tool is actively developed by Mozilla.