Kotlin implementation

Hi,

I’m thinking of writing a IPFS implementation in Kotlin. First of, I need to check here if that already exists, I have not found any active ones out there. I wanted to use it if it existed in another project but couldn’t find any so I was thinking of writing it myself.

Is there any interest among the community of having a Kotlin IPFS implementation available?

1 Like

I’ve seen GitHub - libp2p/jvm-libp2p: a libp2p implementation for the JVM, written in Kotlin 🔥 [WIP] being worked on recently, I don’t know if the goal is to have a full IPFS client, I belive they want to write a bitswap client so I guess so ?