visit
The race for the next generation blockchain platform is on and every month we see new startups that are claiming to address all the challenges for the mainstream adoption of the blockchain. With platforms like Ethereum powering somewhere around 80–90% of blockchain projects is the market, creating a new viable alternative is easier said than done. The disrupt the dominant blockchain platforms in the market, we need protocols that address some of their fundamental deficiencies. Among those, performance and privacy are foundational capabilities to streamline the adoption of blockchain technologies. A new project called : build a privacy-first, high-performance cloud computing platform on blockchain. is the brainchild of security researchers from University of California, Berkeley and MIT. The fundraise drew a lot of attention within the blockchain community and a lot has been written about the company and its goals but little is known about their technology. What makes Oasis Labs different from other blockchain tier2 platforms? Certainly, there are several innovative distributed ledger technologies such as Hashgraph, protocols such as Enigma or complete platforms like Zilliqa that are raising the bar for the next wave of blockchain technologies. And yet, Oasis Labs feels different. What makes Oasis Labs stand up is a surgical focus on solving the privacy and performance challenges of the current generation of blockchain applications using a unique combination of software and hardware while also having the long term vision of using that technology to power a truly decentralized cloud computing platform. In the long term, you can see Oasis Labs as something like the intersection of concepts behind Amazon Web Services, Ethereum and Nvidia but let’s not get ahead of ourselves. The vision behind Oasis Labs can be summarized in three simple steps: 1. Enable High-Performance Computing for Blockchain Applications 2. Enable Privacy as a First-Class Citizen for Smart Contracts 3. Enable a Rich Programming Platform for the Implementation of Complex Decentralized Workloads
To enable those goals Oasis Labs developed a protocol that allows the high performance, privacy preserving execution of smart contracts using a unique approach that combines software and hardware.
· Clients: These nodes can create contracts or execute existing ones with secret input.
· Compute Nodes: These nodes are responsible for instantiating multiple TEEs to execute smart contract programs.
· Consensus Nodes: These nodes are responsible for maintaining a distributed append-only ledger by running a consensus protocol. Contract state and security attestations are persisted on this blockchain.
One of the greatest contributions of the Ekiden model is that it decouples consensus from contract computation which allow higher levels of concurrency while preserving the integrity of the blockchain. For consensus, Ekiden relies on a proof-of-publication protocol that proves to a contracts in a TEE that a specific item has been stored in the blockchain. The protocol is based on a simple multi-signature model that is delivered by the consensus nodes.
· Rust Contracts: Ekinden contracts written in the . Rust programs are optimized for concurrency they can integrate with Ekiden using an RPC protocol.
· EVM Contracts: Ekiden includes a version of the Sputnik VM implementation of the Ethereum Virtual Machine that runs inside a TEE environment. That means that existing Ethereum smart contracts can automatically run on the Ekiden platform.