Recent Posts

Overview GOeureka Part 1

Friday, November 16, 2018


GOeureka aims to develop an easy to use, reliable Facility and Services booking system with persistent indisputable records. As with all new systems, much of what is proposed will evolve over time as requirements change. The web platform will be developed with a backend built on the Python Django framework while individual components will be built using a mix of programming languages (HTML, CSS, Javascript, Golang, etc.) and the mobile application built on the Ionic framework. The database will be a PostgreSQL database that runs on a cloud server (Amazon Web Service) with certain data validated and stored on the Ethereum blockchain. Smart contracts will be ERC20 compliant (though newer standards may be applied after the time of writing) and customized using Solidity. 

ERC20 smart contracts will be utilized for the security and immutability of data throughout the platform. To increase performance and keep transaction fees to a minimum, individual transactions and bookings will be kept outside of the blockchain. The settlement of all transactions will occur off-chain and fulfilled transactions will be aggregated each day and sent through the smart contract to be validated and stored on the blockchain. 

The Proxy Wallet  
One key issue typically faced when designing a blockchain system for mass adoption is the handling of user wallets. While a hardware wallet like a Ledger Nano or a plug in like Metamask can expect users to use a recovery phrase, general users are unlikely to be happy with such a solution.   We intend to use what is called a proxy wallet for all Ether transactions:  
1. Users will undergo a proof of identity when signing up for GOeureka
2. Cryptographic Key Pairs are created on user devices and never leave their devices
3. A corresponding smart contract called a “proxy wallet” will be created on the blockchain
4. The user channels all transactions via the proxy wallet which is tied to the user’s identity
5. The proxy wallet allows the user to interact with all parts of the GOeureka system
6. On registration of a lost phone, GOeureka can, via a rigorous process, establish the identity of the account and assign that person’s new address to be the new controller of the proxy wallet.  
The proxy wallet is already in use in several organisations.  

Loyalty Programmes 
Hotel loyalty programmes will be integrated into the GOeureka platform, where travellers may earn loyalty points from the hotels they have booked. Necessary APIs will be provided for hotels to link their loyalty database with GOeureka. This will help facilitate the interoperable loyalty points detailed in GOeureka’s official whitepaper.   GOeureka will send and retrieve data from the hotel’s database to provide real-time updates for users to track their points and for hotels to track points that users have redeemed with GOeureka.   Research shows that 70% of customers do not sign up for a loyalty programme due to inconvenience and time costs associated with registering for a programme . With GOeureka, 1 registration for a loyalty programme is processed and verified in the backend. Customers will only be required to fill up an online registration form or, if they are already registered loyalty members, they only need to provide their pre-registered details (e.g. member ID) and the platform will link and display their loyalty details.  

Services Dashboard & CMS 

 Hotels will have access to a services dashboard and content management system (CMS) that interacts with GOeureka’s mobile application. Hotels are able to list services that they provide and directly communicate with guests during their stay. Hotels may subscribe to the following services:  
Ø  Housekeeping
Ø  Concierge services
Ø  Live chat
Ø  Room service
Ø  Events 
In-app notifications will alert hotels when guests require a particular service. Hotels may update information and ongoing events in the vicinity, as well as their room service menu via the CMS.

Booking & Inventory Platform 
The web application platform will host a booking platform for travellers and a hotel inventory system for hotels. Travellers will be able to search and book hotels. Hotels can update room inventory and prices directly or integrate with channel managers. A majority of hotels manage their inventories using channel managers as a single point of management, therefore GOeureka will provide necessary APIs (Application Programming Interface) for integration. GOeureka will also work directly with major channel managers to automate the integration process for hotels. 


For More Information About GOeureka :

Address : 0x37809e113fFB840B132C7aa872a3f6d2eaD31160

No comments:

Post a Comment