Top 4 Kotlin P2P Projects
-
unstoppable-wallet-android
A powerful non-custodial multi-wallet for Bitcoin, Ethereum, Binance Smart Chain, Avalanche, Solana and other blockchains. Non-custodial crypto and NFT storage, onchain decentralized exchange, institutional grade analytics for cryptcurrency and NFT markets, extensive privacy controls and human oriented design. Implemented on Kotlin.
There’s also Unstoppable and Airgap. They’re private but not really an defi wallet
-
Project mention: [request] minimalistic android app with chatting over a LAN | reddit.com/r/fossdroid | 2022-12-03
I saw an app like this recently, turns out its voice/video only: https://github.com/meshenger-app/meshenger-android
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Near P2P
A P2P library for Android for discovery on local networks using UDP and transfer in general using TCP sockets
-
Project mention: Is there any way to sync bookmarks and articles over syncthing? Sort of like a Pocket or Wallabag that doesn't require a server? | reddit.com/r/Syncthing | 2023-01-07
Afaik they use databases, and synching databases is bound to corrupt them. Generally you need a program to be aware that something can be accessing and even writing it's files at any time, as that requires special care (see e.g. for calendars and contacts: https://github.com/39aldo39/DecSyncCC). I'd look for an extension or something to export/import that data to files, which you then can use together with syncthing for a semi-manual process.
Kotlin P2P related posts
Index
What are some of the best open-source P2P projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | unstoppable-wallet-android | 546 |
2 | meshenger-android | 326 |
3 | Near P2P | 318 |
4 | DecSync CC | 190 |