Business Communication
Project Evaluation
Pay for Expenses
Security Audit
Issue a Report
Blockchain Security Audit Scheme
The SlowMist team adopts the strategy of "Black-box + Gray-box" to conduct a complete security test on the project in the way closest to the real attack.
Blockchain Common Vulnerability List:https://github.com/slowmist/Cryptocurrency-Security-Audit-Guide/blob/main/Blockchain-Common-Vulnerability-List.md
The SlowMist team adopts the strategy of "Black-box + Gray-box" to conduct a complete security test on the project in the way closest to the real attack. The SlowMist team examines the most concerned vulnerabilities of exchanges, they are as follows:
This audit scheme is characterized by its low cost and short time. It’s most suitable for blockchains that are based on secondary development of more mature projects, such as Bitcoin-Core, Go-Ethereum, Bitshares, EOSIO, etc.
The SlowMist team adopts the strategy of "White-box" to conduct a complete security test on the project.
The SlowMist team checks code quality using open source or commercial code scanners, we support all popular language, such as C/C++/Golang/Rust/Java/Nodejs/C#
The SlowMist team manually checks the code line by line, looking for common coding pitfalls as follows:
Based on the characteristics of certain blockchains, such as Polkadot and Cosmos, we have implemented customized security audit measures.
Take Polkadot for example. The Polkadot ecological project uses Substrate as its developmental framework. Developers can focus on the implementation of their business logic without paying attention to the integration of underlying network components and ledgers. Based on these characteristics, we abandoned the blockchain audit project. With regards to the network layer, consensus layer, cryptography, and other underlying modules, we’ve added more detailed audit entries. Those entries added are as follows:
Blockchain Based Cryptocurrency Security Audit Guide: https://github.com/slowmist/Cryptocurrency-Security-Audit-Guide
Sui is an emerging high-performance blockchain platform that offers a range of innovative and unique features. It focus on providing fast and secure transaction experiences for various applications. For foundational knowledge about Sui, refer to Exploring Sui: The Technology Behind High Performance and Contract Security. Unlike commonly used blockchain programming languages like Solidity, Sui utilizes the Move language, which addresses many vulnerabilities frequently found in Solidity, such as reentrancy attacks, integer overflows, double-spending, DoS attacks, and compiler issues. However, developers can still introduce errors in their code, so it's crucial to understand and pay attention to some of Move's unique features to ensure the security of smart contracts.
Recently, we discussed the features and security issues of TON in our article “Introduction to TON: Account, Token, Transactions, and Asset Security.” Today, we delve into another emerging high-performance blockchain — Sui. Sui has garnered attention from developers and researchers alike due to its innovative technologies and unique features. It focuses on providing a fast and secure transaction experience suitable for various application scenarios. This article will cover Sui's account model, token management, transaction mechanisms, and asset security to help readers better understand the blockchain.
TON (The Open Network) is a decentralized blockchain platform initially designed and developed by the Telegram team. TON aims to provide a high-performance and scalable blockchain platform to support large-scale decentralized applications (DApps) and smart contracts.