æternity is a public, open-source blockchain protocol that enables a platform for next-generation decentralized applications with high scalability. Its core components are written in the functional programming language Erlang and its smart contract language - Sophia - is also functional. æternity has a stellar team of developers including Robert Virding - co-creator of Erlang, John Hughes - co-designer of Haskell, and Ulf Norell - co-designer of the Agda programming language for formal verification. Unlike other blockchain platforms, the æternity protocol itself incorporates a number of essential technological features. State channels for off-chain scaling, oracles for real-world information, and a naming system for increased user-friendliness are all implemented on Layer 1. æternity also features SDKs in Javascript, GO, Phyton, Java, as well as a middleware and a development suite that streamline smart contract development. æternity incorporates the Bitcoin-NG consensus algorithm developed by academics from Cornell University and uses the Cuckoo Cycle mining algorithm for Sybil attack protection. AE tokens, the native cryptocurrency of the æternity platform, is used for both - an economic unit of account and as ballots in the community-driven on-chain governance votes.
What is DAG? In more traditional blockchains, the host provides the food/drinks (i.e resources) for this party. And when the guests arrive, the amount of resources can only accommodate so many people, the portions are small and then everything eventually runs out and the party ends. Think Constellation DAG like a potluck (a party where everyone brings food/drinks). With every added guest (node to the network), the more resources the party has to keep going. This is the nature of Constellation, a distributed system that scales horizontally. Is Constellation a Blockchain? Not exactly. Although inspired by the principles of decentralization, many standard blockchains such as Bitcoin and Ethereum face scalability issues. This is why the next, generation of decentralized networks such as Hashgraph, IOTA, and Constellation have turned to DAG. What is a Microservice? “Microservices” is an approach to application development in which a large application is built as a suite of modular services. Each module supports a specific business goal and uses a simple, well-defined interface to communicate with other sets of services. Uber, for example, is not a singular app purse. It is a unified app which means it is a single interface that brings together their driver app, their rider app, and their corporate team app.