Nexusoft / nexus-mobile

The Mobile interface for the Nexus Blockchain.
http://crypto.nexus.io
4 stars 2 forks source link

Background service for interacting with core from external dapps. #17

Open rayanfer32 opened 3 years ago

rayanfer32 commented 3 years ago

I wanted to build a react native based chat dapp by using nexus p2p, but there is no support for dapps to interact with the nexus core right now. I just wanted to know if the feature is on roadmap or are there any other plans?

In android there is bound services which enables this, I have no idea about ios. https://developer.android.com/guide/components/bound-services

I know this opens up lot of security issues as well as introduces lot of complexity to manage it, can I know what's the best alternative to achieve this. I don't want to integrate core into the chat dapp as it will simple consume 800MB+ storage after synchronization.