Design a site like this with WordPress.com
Get started

What’s in the Temple iOS app?

Temple is one of the most popular wallet in Tezos blockchain ecosystem. The Android app has been released to Google Play, but iOS app not yet.

2022/07/13 Update: Let’s look at what frameworks are inside Temple iOS app v1.2:

➜  TempleWallet.app ls -1 Frameworks/
libswiftAccelerate.dylib
libswiftCore.dylib
libswiftCoreFoundation.dylib
libswiftCoreGraphics.dylib
libswiftCoreImage.dylib
libswiftCoreLocation.dylib
libswiftDarwin.dylib
libswiftDispatch.dylib
libswiftFoundation.dylib
libswiftMetal.dylib
libswiftObjectiveC.dylib
libswiftQuartzCore.dylib
libswiftUIKit.dylib
libswiftos.dylib
themis.framework

themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

https://github.com/cossacklabs/themis

The rest libswift* exist for supporting iOS version earlier than 12.2 (currently supporting iOS 12.0 or later).

It is developed with React Native, again. But it is the first of its kind that supports iPad app I’ve ever seen!

There’s madfish-solutions/templewallet-mobile on the Github. Third-party libraries below:

By:

Posted in:


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s