BitShares Forum

Main => Technical Support => Topic started by: clayop on February 27, 2016, 10:37:28 pm

Title: Do we have mobile infrastructure for iOS and Android?
Post by: clayop on February 27, 2016, 10:37:28 pm
Can mobile users connect any graphene websocket server, and send transactions with having their private keys only in their devices?
Do we have such APIs? (or kind of develop infrastructures)
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: testz on February 28, 2016, 04:25:11 am
Can mobile users connect any graphene websocket server, and send transactions with having their private keys only in their devices?
Do we have such APIs? (or kind of develop infrastructures)

This is what OPENPOS do https://bitsharestalk.org/index.php/topic,20762.0.html
Sources you can find here: https://github.com/kenCode-de/bitshares-wallet
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: xeroc on March 01, 2016, 08:53:55 pm
The answer to your question is: Yes.

The current web wallet does it the same way. The private key never leaves the browser on the clientside
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: clayop on March 01, 2016, 09:44:23 pm
The answer to your question is: Yes.

The current web wallet does it the same way. The private key never leaves the browser on the clientside

I think we'd better have native library for Android and iOS. If we restrict ourselves in "wallet", current state is okay IMO. But if we want to expand our services to the blue ocean, we need native libraries.
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: clayop on March 02, 2016, 12:06:58 am
FYI,

https://bitcoinj.github.io/
https://github.com/ethereum/ethereumj
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: xeroc on March 02, 2016, 08:19:14 am
https://github.com/jcalfee/plasma2/
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: jakub on May 31, 2016, 09:19:27 pm
The answer to your question is: Yes.

The current web wallet does it the same way. The private key never leaves the browser on the clientside

I think we'd better have native library for Android and iOS. If we restrict ourselves in "wallet", current state is okay IMO. But if we want to expand our services to the blue ocean, we need native libraries.

@clayop
It looks like @kenCode has recently done the heavy lifting with native Android:

It is native android so it runs extremely fast.
Is it native Android connected to the hosted wallet infrastructure of the OpenLedger server?
If so, does it mean you've ported the whole client-side JavaScript code-base to native Android?

Ported, no. This has been written from scratch. You guys can see the code in a few weeks when I upload everything to github for forking etc :)
Title: Re: Do we have mobile infrastructure for iOS and Android?
Post by: Chris4210 on June 01, 2016, 05:23:54 pm
Yes, we developed a couple of wallets which can be used already today. Currently, they are all Android since the Apple App store is so restrictive and does not let our wallet in. We are working on that issue too.