Binary Windows Installer (exe)
We are very pleased to announce the release of our e3 Q2 2018 build to our TokenPlay frontend or "Market Place". This release marks delivery of many significant technical milestones for our company. This code is Open Source under Apache v2 licensing.
Our alpha builds are not currently signed and you may receive a message in Windows asking to confirm whether you want to run our executable.
Check out the complete Change Log for specific code changes since our last release.
e3 Build
Infrastructure Setup
Fully scalable AWS infrastructure was used. S3 bucket was used. IPFS will be implemented during Q3 development. Current investigation into full scale text search functionality will be developed during Q3.
UI Improvements
Messaging & Relationship Service
The Messaging System was built inline with the existing eWallet RPC API utilizing Elixir. Blockchain integration was developed using Node.JS as part of secondary repo.
The messaging system met the following requirements:
- Friends List
- Friends Requests
- Friends Search
- Individual threaded conversations
- Group conversations
- "Like", "Send Token", and "Delete" messages
The following features were incomplete at e3:
- File Attachments
- VOIP
Store Service
The objective of the store service for e3 was to initiate the download process of a purchase game title. This includes a full ecommerce loop using cryptocurrency to purchase games.
The Store functionality includes:
- Game ratings, pricing, trailers, media, and associated meta information populated via JSON specification.
- Defined game schema which is used by the JSON spec.
- CRUD is provided by the Dev Portal.
- Post purchase action will add purchased games to a Downloadable area.
- User game/purchase history & transaction record.
- Transact with Cryptocurrency Ethereum.
- Ability to view transactions on blockchain. More documentation on Integration Services repo.
TODO
Basic functionality is complete though still considered rudimentary. However, full scale public service requires many improvements and developments.