BitShares Forum

Main => Technical Support => Topic started by: yea12 on September 16, 2015, 06:02:58 pm

Title: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: yea12 on September 16, 2015, 06:02:58 pm
Hey Awesome BitShares Community :)

I'm an iOS developer with a few years experience. I've developed advanced apps with C++ libraries.

What libraries do we have in Bitshares 2.0 to use for a light wallet? My first goal is to send and receive bitUSD.
I'm asking because I'm interested in creating BitShares' equivalent of Bitcoin's Bread wallet.
See https://itunes.apple.com/us/app/breadwallet-bitcoin-wallet/id885251393?mt=8
Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: testz on September 16, 2015, 06:38:11 pm
Hey Awesome BitShares Community :)

I'm an iOS developer with a few years experience. I've developed advanced apps with C++ libraries.

What libraries do we have in Bitshares 2.0 to use for a light wallet? My first goal is to send and receive bitUSD.
I'm asking because I'm interested in creating BitShares' equivalent of Bitcoin's Bread wallet.
See https://itunes.apple.com/us/app/breadwallet-bitcoin-wallet/id885251393?mt=8

Welcome aboard.  :)
Please check here: https://bitsharestalk.org/index.php/topic,17900.msg231877.html#msg231877
Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: yea12 on September 16, 2015, 07:59:10 pm
Ah, nice!
However, it's not native. They use web techniques and they seem to not have released the code for iOS yet.
Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: bytemaster on September 16, 2015, 09:21:59 pm
React Native should work for iOS.

Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: yea12 on September 17, 2015, 05:09:32 am
I was more thinking of libraries from BitShares. "React Native" is cool but that doesn't help me fetch or push data onto BitShares network.
Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: cass on September 17, 2015, 10:34:58 am
Welcome aboard

maybe you should check

https://github.com/cryptonomex
https://github.com/cryptonomex/graphene
https://github.com/cryptonomex/graphene-ui

Hope this helps ...
Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: valzav on September 17, 2015, 04:57:01 pm
We are planning to use React Native to build iOS and Android apps - this way we can reuse a lot of code we've already created for the web version.
Title: Re: Is a Simple iOS Wanted and on What Libraries Can It Be Built On?
Post by: yea12 on September 18, 2015, 04:07:25 am
Okay, yeah, React Native probably the quickest and most cost-efficient way. It's the opposite approach compared to Ethereum's one specification many implementations.