To all prospective developers or web designers who wish to build custom web-based wallets or custom software applications on the Qora Platform:Qora is a versatile and stable platform that offers
a full suite of JSON API that are accessible via standard HTTP REST calls such as this one:
http://127.0.0.1:9085/qora/status (For checking Qora Client's status).. All of Qora's functionalities (including Arbitrary Message and Automated Transaction) are exposed by the JSON API and accessible via standard HTTP calls, and can be used by any web designer or software developer to create
custom wallet interface or
custom applications on top of Qora Platform.
1.
A web designer or any individual who wishes to develop custom wallet interface for Qora can simply include the wallet html files in the Qora web storage (located under
Qora/Web), and then compile the wallet. As mentioned in my previous post, the old generic Swing GUI will be gradually phased out in favor of the new Web-based GUI. So it's recommended that anyone who is interested in developing a custom wallet ditch the Swing interface and go for web-based interface instead.

Here are two resources to get you started:
-
Latest Qora API documentation:
http://api.qora.org/ (Current Version: V0.25)
-
Complete Idiot's Guide to Compile a Qora Wallet (Unofficial):
https://bitcointalk.org/index.php?topic=881230.msg10789056#msg107890562.
A software developer can create custom applications on top of Qora by utilizing all of Qora's functionalities exposed by the JSON API accessible at local port: 9085. All you need to do is to make a http REST call from inside your application. So even a kid can do it.
Here are two resources to get you started:
-
Sample custom Qora application by agran (Vanity Address Generator):
https://github.com/agran/VanitygenQora-
Custom Qora interface developed by qora.team: https://github.com/Qoracoin/Qora/tree/0.26.0/Qora/web----------------------------
Feel free to join Qora's Slack Channel if you have any question regarding custom wallet or application development:
http://slack.qora.co.in/