All Products
Search
Document Center

Blockchain as a Service:Solidity Development Guide

Last Updated:Mar 29, 2024

The contract platform of Ant Blockchain allows you to write and compile Solidity smart contracts. This document introduces the syntax, semantics, and functions of Solidity smart contracts, and the operations provided by the contract platform. For more information, see Solidity documentation (English).

This document focuses on Solidity smart contracts in the contract platform. These smart contracts have different features compared with native Solidity smart contracts.

Note

Solidity contracts currently do not support privacy APIs. If you want to use cryptographic APIs such as zero-knowledge proof and homomorphic encryption, please use WASM contracts