9 benefits of cryptocurrency in business Blockchain security: Everything you should know for safe use
Tip

Top 7 smart contract platforms to consider in 2023

Platform speed, scalability, security and smart contract development support vary widely. Here's how to match features to your needs, plus the lowdown on the major players.

Smart contracts enable users to write executable code that encodes business logic and runs on a blockchain or other type of decentralized ledger. Depending on your goals, there are many ways to use smart contract platforms to push these powerful apps into production.

"Smart contract platforms are decentralized systems that enable self-executing contracts on a blockchain," said Sanjiv Maewall, CTO of blockchain and digital assets at Deloitte Consulting. These platforms support secure, transparent and tamper-proof execution of predefined conditions, according to Maewall, which makes them ideal for trustless applications such as finance, supply chain management and voting systems.

There are four main kinds of smart contract platforms: large blockchain platforms; smaller ones optimized for improving smart contract execution speed or cost; private smart contract frameworks; and specialized tools for crafting and managing smart contracts across trusted partners.

What are smart contract platforms and how do they work?

Before diving deeper into the different types of smart contract platforms, it's helpful to tease apart what a smart contract is and what it does.

Lata Varghese, digital assets and blockchain practice leader at Protiviti, said she likes to think of a smart contract as "a digital form of a traditional contract where contractual agreements between counterparties are inscribed as a piece of code." A smart contract is a self-executing program that automates the actions required by an agreement when predetermined terms and conditions are met. It ensures trust between the involved parties without needing a central authority. A smart contract platform is a blockchain-based decentralized platform that lets users create and execute smart contracts.

A blockchain is not in and of itself a smart contract platform. Developers must extend it with tools to store smart contract code in a secure and tamper-proof form. They also add tools that enable decentralized and autonomous execution of smart contract code correctly, securely, transparently and deterministically. It's also important for the state transition from smart contract code execution to be verified by consensus of the nodes in the blockchain network before recording the state change in the blockchain ledger.

The blockchain-based cryptocurrency Bitcoin supported the first digital, permissionless and tamper-proof smart contract, but it was of limited scope. Varghese said the major breakthrough came when the developers of the Ethereum blockchain added support for programmable smart contracts. They also introduced the Ethereum Virtual Machine (EVM) as the computation engine that manages the state of the blockchain and enables smart contract functionality.

"Ethereum continues to be the most popular platform for smart contracts due to its highly decentralized security as well as a large community support," Varghese said.

Layers and levels of platforms

Since then, several blockchain technology platforms have been used for executing smart contracts. They're usually characterized as level 1 (L1) or level 2 (L2) platforms.

L1 platforms are blockchains where smart contracts are executed directly on the main core platform. Prominent examples are Ethereum, Solana, Cardano and BNB Smart Chain.

L2 platforms execute the smart contracts on a parallel space so they can run more efficiently and quickly, then roll up changes to the core platform. Examples of L2 platforms include Ethereum ZK-Rollups, Ethereum Optimistic Rollups and Polygon. Many of the newer offerings support both L1 and L2 capabilities.

"There is continuous innovation occurring in these technology platforms to address blockchain scalability challenges and become the platform of choice to build Web 3.0 applications," Varghese said, referring to the future blockchain-based generation of the web often called Web 3.0.

The newer blockchain platforms almost uniformly have support for smart contracts, she said, and many are EVM compatible, so a decentralized application (dApp) that runs on Ethereum can also run on them. Other prominent platforms Varghese has explored include Avalanche, Tezos, Algorand, Polygon, Cosmos, Polkadot, Tron, Near and Cardano.

In addition, some blockchain platforms, such as Avalanche, Cosmos and Polkadot, are being adapted for private, permissioned smart contract implementations. And several smart contract platforms, such as Hyperledger Fabric, R3 Corda and Hyperledger Besu have supported enterprise blockchain implementations for over five years.

Key factors to consider in a smart contract platform

There are a lot of dimensions to consider when choosing a smart contract platform. Maewall suggested examining a platform's security features, track record, scalability potential, performance, cost and strength of the associated developer community. "Each platform has its unique offerings and trade-offs, so choose one that best aligns with your project's requirements," he said.

It's also important to know that these platform elements come with compromises. For example, Ethereum has the strongest developer community but also the highest cost per transaction, according to Maewall. Similarly, some platforms are Turing complete -- they can simulate every function of a Turing machine, a mathematical model of computation -- which means users can write more expressive applications. But this flexibility comes at the expense of security vulnerabilities that have to be addressed.

Understanding the different approaches

In some ways, smart contract infrastructure is comparable to that of the cloud industry, which has many nested and sometimes overlapping cloud platforms. On one level are the large infrastructure platforms like Amazon Web Services (AWS), Microsoft Azure and Google Cloud Platform. The application software layer includes platforms such as Salesforce and ServiceNow. In addition, various private cloud platforms enable enterprises to deploy workloads running on Docker containers that can move across public and private cloud infrastructure.

Similarly, in the smart contract arena, Ethereum is like AWS before Microsoft and Google came along. Several newer competitors -- including Cardano, Solana and Tron -- provide alternatives to Ethereum. Another tier of platforms that includes Hyperledger Fabric, Corda and Tezos mimics private cloud infrastructure. Development management platforms, such as Kaleido and Casper Labs, are designed to make it easier for partners to create and manage their own smart contract infrastructure.

Top smart contract vulnerabilities
Purchasers should investigate a platform's protections against these smart contract security risks.

There are nuances in how the different platforms approach the problem of smart contract development and deployment. For example, apps might run on EVMs, low-level virtual machines, Docker containers or other infrastructure.

It's also important to consider your reasons for building decentralized apps before choosing a smart contract platform. Differences in platform features and capabilities can determine what an app can do and what users can accomplish by using it. For example, platforms like Ethereum and Solana make it easier to incentivize infrastructure creation with cryptocurrency tokens. On the other hand, private trading partners might be happy to build or rent their own infrastructure and are more motivated to streamline transactions and improve transparency.

Much like in the cloud industry, there are dozens of smart contract platforms, and the field is evolving rapidly. Rather than surveying all of them, it's more helpful to focus on the top categories and the biggest or most interesting players. With this in mind, here are some of the top smart contract platforms across key categories.

Top tier

1. Ethereum

Ethereum pioneered flexible smart contracts when it was launched in 2013. It supports Solidity, a variant of the JavaScript programming language that was immediately accessible to front-end developers and quickly grew a massive base of developers and financial supporters. Ethereum also pioneered the EVM, which has become a standard for other smart contract platforms.

Ethereum's stock market capitalization is far and wide above competitors. In mid-2023, it was $223 billion -- several times more than all the other smart contract platforms combined. The main benefit of a large market cap is that successful smart contract apps have the potential to grow faster in a much larger virtual economy. Ethereum is the top choice for developers who want to game the largest smart contract ecosystem with a bright new idea.

However, some observers say Ethereum's performance is not as fast as some of the upstarts. Also, smart contract mistakes can be expensive and difficult to unwind; in some cases, this can require a fork, a usually temporary split in the Ethereum network to allow major technical upgrades or changes.

Second generation

The success of Ethereum smart contracts revealed some fundamental disadvantages of the platform. For one thing, it's not particularly fast compared to modern transaction processing infrastructure -- a few dozen transactions per second compared to 24,000 for the Visa payment network.

Hackers also discovered new security bugs in Ethereum smart contracts that were difficult to unwind. For example, a hack of the first Ethereum distributed autonomous organization (DAO), a type of management structure built on a smart contract, resulted in the DAO losing a third of its value. Eventually, Ethereum was hard forked -- permanently split in two -- to undo some of the damage. A second generation of open blockchain networks has sprung up to address such shortcomings.

2. Cardano

Cardano was introduced as a more energy-efficient alternative to Ethereum in 2015 by Charles Hoskinson, who also helped start Ethereum. In 2021, it introduced its Plutus feature for building smart contracts. Cardano is a newer platform with less functionality and fewer developers than others on this list. However, it has the second-largest market cap at about $13 billion, making it an interesting option for developers who want to take advantage of a large token economy outside of Ethereum.

3. Solana

The Solana blockchain ecosystem is even smaller at about $8 billion as of mid-2023, but it is more efficient than Ethereum and many other public blockchains, according to some experts. Solana is currently processing 5,000 to 10,000 transactions per second and could increase to hundreds of thousands in the future. Factors contributing to the speed include support for a low-level virtual machine for deploying smart contracts as well as the C and Rust programming languages for writing them. That makes it a good bet for developers looking to combine high transaction rates with the economic opportunities available on a public blockchain.

Private blockchains

Private blockchains are similar to open source cloud development platforms, such as Cloud Foundry, OpenShift and Cloudify, but for smart contracts. The code itself is open sourced, and then a variety of expert service firms help provision it on private hardware in data centers or on top of cloud services. Private blockchains are a good fit for businesses and government organizations that want to streamline transactions between trusted partners. They're a good choice for improving the efficiency of things enterprises already do, with mechanisms to update contracts or roll back transactions when problems are discovered. The most common use of private blockchains is scaling trust across enterprise boundaries.

4. Hyperledger Fabric

IBM developed Hyperledger Fabric and then handed it off to the Linux Foundation to create an enterprise-grade blockchain platform with modular architecture and various consensus mechanisms. It enables fine-grained control of data visibility and confidentiality so only authorized people can access data. It also supports multiple programming languages, including JavaScript, Go and Java, and is designed to handle high transaction volumes.

Hyperledger Fabric is a permissioned blockchain network. That means only authorized individuals or devices can participate in transactions, which is important from a trust, compliance and regulatory perspective.

5. Corda

Corda was created to model and automate real-world transactions in a legally enforceable way. Private channels let participants transact directly to improve the confidentiality of transactions. Numerous integrations have been built for the finance, healthcare and supply chain industries.

Smart contract management platforms

Smart contract development and management platforms have emerged to help manage smart contract infrastructure across various platforms. These tools are a good choice for enterprises that want flexibility and adaptability in scaling trust across enterprise boundaries the way Salesforce and ServiceNow created platforms for building business functionality across cloud platforms.

6. Casper Labs

The Casper platform helps developers write smart contracts using their programming language of choice and deploy them on the Casper blockchain, which enables them to execute in a decentralized and secure manner. The platform includes software development kits, documentation, code samples and libraries to assist developers in creating and testing their smart contracts.

One of the biggest benefits of the Casper platform is its flexibility. It can support hybrid applications that connect private blockchains such as Hyperledger Fabric with Casper's public blockchain to provide the benefits of both types. It is incompatible with the EVM, which the vendor said makes it more interoperable with existing enterprise technology stacks and IT infrastructure.

7. Kaleido

Kaleido provides tools and services to simplify the process of building, testing and deploying smart contracts on various blockchains. The platform offers pre-built smart contract templates that cover common use cases and industries. The templates serve as starting points for developers, enabling them to more quickly create smart contracts tailored to their specific needs and later customize and extend them.

Kaleido also provides tools for testing smart contract functionality that integrate with a variety of smart contract testing frameworks. The platform can also help automate the smart contract deployment process and then monitor to ensure smart contracts perform as intended. The platform also allows for creation of contracts from templates, code uploads and imports from other blockchains. It also gives developers tools to manage contracts after deployment, such as upgrades in one place that take effect across all contract deployments.

Dig Deeper on IT applications, infrastructure and operations

Cloud Computing
Mobile Computing
Data Center
Close