Work is going steadily on the walletserver/mobile clients. Let me explain a bit what i am doing, ... i am extending the current C++ casinocoin core sourcecode to make it possible to use the current blockchain code and be able to plugin to that any wallet file that is needed. I want to have the user to decide if they want to leave the wallet file on the server, the client, or both. That way we move the blockchain away from the actual wallet and a user can potentially use the same wallet on a desktop client, browser or mobile client. To make this work i have to ensure that the wallet code is capable of high load with a high concurrent wallet count and stays threadsave and stable. The communication with the clients will be through message queues (RabbitMQ) and all security and rest services will be build on the WSO2 stack. Using the message queues will also help masquerade the actual walletserver location from the clients. Clients will include user accounts, OAuth and 2FA, probably with an added extra personal security token on top of that. As you can see, a lot of work and i am still targeting Q1 but this is by no means a hard deadline ....
Currently i am the only developer for Casinocoin, ... mabe Felix will help out a bit more on some features for the wallet but still it would be nice if there was some more help from the community on the development side of things, ... my workqueue is kind of big at the moment. If anybody has C++/Qt or mobile development experience with Ionic/Cordova/AngularJS and is willing to spent some time on development please contact me.
Hi Andre thanks for all your hard work and best wishes for 2016 to you as well!
I don't feel comfortable changing any of the codebase using c++/qt so ill leave that up to you, BUT what I can do is work on the AngularJS side of things as I have built several applications with the framework(< 2.0).
I haven't used Cordova, but have dabbled a bit into the Ionic framework. Give me a shout and we can talk further can always post on the slack too!