Achain is a public blockchain platform that enables developers of all levels to issue tokens and create smart contracts, decentralized applications, and blockchain systems. Achain is committed to building a global blockchain network for information exchange and value transactions. Unlike Bitcoin or Ethereum, Achain utilizes a modified version of DPoS — RDPoS (Result-delegated Proof of Stake) to establish node consensus. Shortly, DPoS suggests that all coin holders vote for the validator nodes that will produce the next blocks. On the project website, only info about CEO Tony Cui is listed. Cui has a few significant accomplishments, including winning the Future Star award from the Zhongguancun Alliance and being listed in the 30 under 30 on CYZONE, a famous venture capital magazine. On LinkedIn, 51 people are listed as employees at Achain. Most of the team is based in Beijing. Achain also has a few key industry partners. It has even co-organized a “Blockchain Technology Open Course” with Tsinghua University, which is widely recognized as one of the world’s top universities. The roadmap for Achain development is fairly detailed. However, most goals listed are development-oriented rather than marketing or design. Still, it’s important to note that focusing on making the protocol interoperable and building a technology that is more accessible to mainstream adoption could also be considered a marketing-oriented part of this project. There are three major phases with projected completion dates listed. These include Singularity (completed Q1), Galaxy (ongoing), and Cosmos (complete at the end of Q4). One thing to note is that dates for these phases are not consistent between the homepage and the whitepaper. This could be simply due to a scenario in which phase names remain the same while new goals and timeline dates within those phases continue to change. In January 2019, the project will update the website to reflect roadmap goals for the new year. Looking at the current landscape of blockchain projects, Achain certainly offers the possibility of much-needed technical innovations. The ability to easily create an Achain fork, as well as, the protocol’s unique RDPoS consensus algorithm make this a promising project. It will be interesting to see how Achain builds upon its accomplishments, and how the project team continues to develop a long-term strategy for improving the protocol’s technical capabilities and increasing participation in its ecosystem.
VITE - A Next Generation High-performance Decentralized Application Platform DAG Ledger Transactions in Vite are grouped by accounts. That is, each transaction only changes the state of one single account. Send transactions are separated from receive transactions, thereby obviating the need to wait for a transfer to be complete before the initiation of another transaction. The hierarchical design of the consensus algorithm allows horizontal scalability in consensus groups. Asynchronous Architecture Vite splits transactions into transaction pairs according to a 'request-response' pattern. The writing and verification of transactions are asynchronously decoupled, thereby supporting ultra-high throughput. Inter-contract communications are based on an asynchronous messaging model. Reactive Contract Message-Driven With an event-driven architecture, every smart contract is viewed as an independent service. Contracts communicate via messages without sharing state. Solidity++ Solidity++’s syntax is compatible with most of that of Solidity. The new syntax supports asynchronous semantics, contract scheduling, and provides a series of standard libraries, such as string manipulation, floating-point operations, basic mathematical operations, containers, sorting, and so on. Integrated Decentralized Ecosystem End-to-end system for value transfer Vite itself is a decentralized exchange that supports digital asset issuance, cross-chain value transmission, and inter-token transactions based on the Loopring protocol. A quota-based resource allocation mechanism allows light users to pay zero fees and gas. Users can obtain computing resources in multiple ways. Vite also supports quota leasing. dApp Mini Programs The Vite client features an engine for creating HTML5-based decentralized mini programs. This engine simplifies the process of dApp development and deployment.