Post
Topic
Board Announcements (Altcoins)
Re: Qora | 100% POS | Assets | Names | Voting | Open Source December 9
by
PondSea
on 10/12/2014, 23:55:14 UTC
@Qora i know the wallets are not public now but if we were to get someone to work on a new wallet design would you provide that to them privately?

The current GUI is build in Swing.
Everything should be reevaluated and rewritten in something more suitable.

What would be better than Swing?

My vote is a separate http servlet, serving static pages.  I know this is what Nxt does but it's easy to do and easy to make beautiful.

+1

Jetty can do that, and is already on Qora

If I recall correctly, Nxt does implement the servlet through Jetty but the pages are dynamic through JavaScript.

JavaScript (JQuery for example) can server dynamic content.

Here is a tutorial on how to make a simple jetty web app.This could be a good starting point for creating a wallet.Then the JQuery will make API calls to Qora wallet and an HTML wallet can be real.
Then Bootstrap can be integrated as well to make the HTML wallet more "fancy".

We can start a Git repo for that and start the deployment of this "wallet"  Grin


EDIT : Also here is a more experienced block explorer for Qora which is based on Node.js. This one can be used as well to develop a wallet based on Node.js

I have pledged 1 btc to get a nice looking wallet design made by bitcrea.

How would doing this method instead of the current wallet skin chnage how he should design the wallet?