Without trust, there is no Web3 adoption. Other significant hurdles stand in the way of getting the first billion users—confusing user experiences, complicated authentication patterns, and an uncertain regulatory system—but none as great as the skepticism and distrust most people have of blockchain technology.

To many, blockchain equals crypto equals scam. Stories of hacks or rugpulls make up a large percentage of Web3 stories that breakthrough to mass media. In just the first eight months of 2023, almost $1B was lost to malicious activity on-chain. Until people trust that blockchain is secure, Web3 will fail to become standard infrastructure for popular products.

Just as technology presents many risks, so too are there many components to security. But one key aspect to maintaining safety on the blockchain is writing secure code. Insecure code can lead to theft, fraud, and unauthorized access of individuals' assets, which in turn can reduce investment in high value industries like DeFi. Vulnerable code can be exploited by attackers leading to data manipulation and financial losses. Users rely on the security of cryptographic code to trust the integrity of transactions and smart contracts. Breaches due to poorly written code can undermine this trust and lead to a loss of confidence in the system.

Ethereum launched as the first smart contract platform in 2015. Ethereum’s programming language, Solidity, remains popular, along with Vyper, for most EVM and EVM-compatible chains, despite known security flaws. Even with improvements in tooling and auditing, many major breaches and large hacks have been caused by vulnerabilities known since the inception of smart contract programming. New languages have been developed to combat these issues and offer greater security for both developers and users. On Sui, for example, a variant of the programming language Move is used because it is inherently secure while being expressive.

Move in particular aims to be inherently secure, and was created, in part, to address Solidity vulnerabilities such as reentrancy attacks, double spending, DoS attacks, and compiler issues. Those types of attacks continue to cause major financial losses, including a reentrancy attack on Curve Finance pools in July 2023 that exploited $60M worth of digital assets. Although Move is explicitly designed to remove many of the flaws in Solidity by protecting developers from writing certain bugs and vulnerabilities into the code, it does not prevent people from writing malicious code on purpose. Audits and other checks are still required to find those and other vulnerabilities.

Screenshot of tweet from founder of Scallop saying "On Sui Move VM, reentrancy is impossible cuz dynamic callbacks are also not possible." as a response to a tweet from Curve Finance about the hack that occurred.

Another built-in security feature of Move is the bytecode verifier. It ensures a smart contract’s bytecode is valid and safe to execute. EVM only has source code verification which confirms the source code is the equivalent of the bytecode to be executed but not the correctness of the smart contract itself. The bytecode verifier is designed so that malicious code that creates fake coins, artificially increases the value of coins, or copies/destroys existing coins will not be executed on-chain.

Sui, being object-centric, also helps minimize the amount of executions of insecure code. By nature, every function clearly shows which object it is touching. Just by looking at the function signature you are able to determine the maximum damage that could be done should the contract be designed maliciously. You know exactly what arguments the function takes in and exactly what arguments a function takes out. For example, when you're accepting a coin balance, it is clear you're touching the coin balance in your wallet. It's not a surprise. With contracts written in Solidity, it is not as clear.

While a completely secure coding language doesn’t yet exist for smart contracts, Move and particularly Move on Sui are inherently more secure than other languages currently in the market. Get started learning Move today.

Author

Sam Blackshear

Co-Founder, CTO, Mysten Labs, Creator of Move Language

CTO of Mysten Labs and inventor of Move language. Former Principal Engineer at Meta.

Read more like this

Sui DeFi Projects Cetus and Aftermath Open Incubators

Two new incubators give builders expert technical, operational, and business advice, along with funding.

1min read
Sui Foundation

OVERTAKE Beta Tests its Gamer-focused Sui-based P2P Trading Platform

Through its gamer-focused marketplace, OVERTAKE revolutionizes existing solutions that enable digital game item and character trading.

2min read
Sui Foundation

Sui Connect Lands in Latin America

Sui Connect’s LATAM debut in Buenos Aires gave developers, creators, and community members a chance to meet, learn, and engage with the Sui ecosystem together.

3min read
Sui Foundation

Overmind’s Developer Platform Launches Sui Quests

Developers can now learn to build powerful apps on Sui through Overmind quests.

1min read
Sui Foundation

App Showcase: Suiet Wallet

The Suiet Wallet, a secure repository for users’ Sui Coins and NFTs, distinguishes itself through a beginner-friendly interface and versatility.

2min read
Sui Foundation

The Agentic Economy is Coming to Sui as Agentic Finance Protocol, Beep, Emerges from Stealth

The world’s largest AI models can now remote control DeFi via Sui’s first agentic wallet framework, Beep.

2min read
George Danezis