Iguana GUI updateFrom bogieman on SuperNET Slack channel #iguana
The Iguana update:
1. We are optimizing the released features:
- making it responsive for different screen dimensions up to mobile, that way will be able to easily port theGUI for mobile platforms with possible minimum of adaptation for each platform. Though we are not using native platform technologies for the code, but this way let us bring only few changes to make it look like a native app.
2. The whole 0.1 code is being reviewed and babysitted by our testing troops. We agreed on the testing policy and will apply it on the process, so we possible cut off resources on the testing and still release a better product.
3. As 0,1 now supports only coinds (altcoins daemons), now we are making it work with stable Iguana. So I can not wait when I can use Iguana myself.
4. More minor features will be added, we will be updating on them in the next development report.
5. We have to add more guys onboard to go with the speed of light, at least too more right devs. We have balanced the team just before the release, so now our development machine will be behaving itself better.
And here I need the voice of the stakeholders if we need to open the development process stat?
The stat can be presented in graphics or even online with 24/7 access.
P.S.: Big up to the team: @pbca26 , @antonleogky, @kashifali and the guys who helped us to pass the first milestone.
See all the updates so farKomodo GUI
Like Zcash, Komodo will also have two types of transactions (or two modes): 1) Transparent, 2) Anonymous.
1. Transparent transactions are normal public transactions similar to bitcoin,
2. Anonymous transactions use the Zcash technology, the zero-knowledge-proof technique to send cryptographically proven anonymous transactions over decentralized crypto currency network which are very hard to track.
As SuperNET tech been in development since September 2014, it has gone through much development cycle to evolve at the core level. Around November 2015, the project gradually evolved to the technology called Iguana which is playing the backend role of dPoW, providing functionality like a decentralized smart application DAPP. Around January 2016 SuperNET started working on Iguana GUI implentaiton with a group of developers, testers, UI & UX developer, and dedicated Project Manager. The Iguana GUI team's size has been incresaing/decreasing as the resources are freelance, but the progress on Iguana GUI has been steady and we are seeing it's good results today, with alpha release of Iguana already released and available to download via
official Iguana GUI Github Repo.Iguana GUI's project manager is known by handle "boogieman" and is mostly active in SuperNET Slack guiding and directing team. And you can find updates from him on Iguana GUI in #iguana channel almost every day.
SuperNET also have a project called InstantDEX which was already in working stage back in early 2015, and as project evolved to Iguana tech InstantDEX (Decentralised Exchange for crypto currencies) also eveolved to even more robust code structure. Since the team was planning for Komodo project early on and we needed to had some good progress on the already stable and near completion core technology, project hired Satinder Grewal, known with handle grewalsatinder, to work on EasyDEX around starting of August. EasyDEX is the light version of full feature InstantDEX, which is more like ShapeShift.io or Changelly.com, but everything decentralised. Satinder quickly picked up on the task and in about a month he had a multi-wallet GUI ready for basic features like send/rececive, view transactions etc.
At this moment both teams working on two different GUI implentations but right now crossing on same feature set required in both GUI implementations. Which is the ability to handle multiple crypto currency wallets!
-
Iguana GUI: Iguana GUI's ability is to connect to ANY crypto currency which is close to bitcoin implementation or is supported by Iguana. Even if there is exsiting GUI wallet or a comand line daemon running on system Iguana GUI holds the ability to link to the external coin daemons and gives the users the ability to do transactions through it. As Iguana's core feature is to support multi crypto currency networks, it was essential to also made users possible to connect their existing wallets to Iguana GUI. The existing coin wallets will have their own set of feature sets, but Iguana will be providing such features which are not available in any other blockchain project, such as Atomic Exchange of those supported crypto currencies through EasyDEX, Pegged Asset Excahnge (PAX), Assets to Asset Excahnge etc. Also, there are many small projects out there which are very close to bitcoin implementation and possibly does not have good, beautiful GUI for their crypto currency projects. Such projects if are compatible with Iguana can seamlessly use this Igauna GUI with their projects. Possibly they can make this Igauan GUI their main wallet, or could just list that as a supporting GUI for their very own crypto currency project. Either way Iguana GUI is not just serving SuperNET project, but in essense the whole crypto currency scene. As James says
"In crypto currency the compitition is not with each other, it's with Fiat". The deveopment cycle of Iguana GUI team is different and they are first focusing on roling it with all basic feature set like send/recieve, view history etc.. The first beta version of Igauan GUI will be released with support to connect existing wallet installations, and then will release the version which will seamlessly support Iguana daemon features. The team has alredy tested zcash's transparent transaction feature set to be working fine with so far developed GUI by connecting it as an external compatible wallet to Iguana GUI. In later version the Iguana GUI will be consisting all the anonymous GUI features required by users.
-
EasyDEX-GUI: EasyDEX-GUI will become an addition to Iguana GUI eventually, and will be made availabe as part of it accessible right through Iguana GUI interface. As covered earlier EasyDEX-GUI will be used for doing easy exchange of crypto currency over decentralized network. As the function of EasyDEX-GUI is to give the GUI interface for DEX features and functionalities it is also essential to have Komodo and Zcash to be added to make it possible to do decentralized trades aka DEX exchange Zcash and Komodo through it. Satinder will first implement Zcash GUI to EasyDEX-GUI as Zcash has the anonymous features already in testing, and Komodo is in middle of implementing dPoW. As Komodo will share the exact same RPC API calls for both transpartent and anonymous transactions, using the same Zcash GUI interface implementation for Komodo will be very quick to code with some minor changes with some additional API linked to Komodo GUI which are specific to dPoW. In addition to the DEX features and functionality EasyDEX-GUI will also include an offline
full featured block explorer for any crypto currency supported by Iguana tech named "Atomic Explorer" very much equivalent to (in some cases more featured) to online block explorers. It's said Offline as the user will be using the local full wallet running through Iguana daemon, which provides this block explorer level feature set.
It's not surprising that the API set to develope much of the GUI featrues is already here but the team was lacking good GUI efforts, which are being covered already even before BitcoinDark's evolution to Komodo Platform.
We are aware some end users don't understand the techical difficulties and challenges of the project, but those who do, must have idea the level of technological solutions Komodo Platform is coming with.
Komodo team has already released dPoW whitepaper which is available through Komodo Platform's official website, and the team has already got EasyDEX whitepaper from the lead developer James Lee (jl777), which is already under process to get ready to be published soon. There are a lot of exciting technical solutions coming post ICO. Brace yourself. It's going to very busy but Exciting year ahead.
Earlier Grewalsatinder had the following to say about his Komodo GUI development:
I’ll also be adding Komodo GUI to EasyDEX-GUI that I’m working on, and I’ll give my best to add both transparent and anonymous transactions ability in GUI. I can not give the timeframe, but I should be able to do it as fast I did EasyDEX-GUI initially, in about a month.
as the RPC APIs are available and are responsive as near to final product from zcash fork of Komodo, expect something turns out to GUI for Komodo in EasyDEX-GUI soon. But there are few things which are additional to Komodo, like dPoW, all those things will be covered as the APIs are progress.
I’ll first add zcash GUI to EasyDEX-GUI, which uses the same RPC APIs as Komodo. That would mean, the same GUI will be able to do Komodo GUI operations. And that also includes doing anonymous transactions of zcash and seeing it in Graphical User Interface