🗃️ Objects
3項目
🗃️ Move Scripts
4項目
📄️ Resource Accounts
A resource account is a developer feature used to manage resources independent of an account managed by a user, specifically publishing modules and providing on-chain-only access control, e.g., signers.
📄️ Modules on Aptos
Aptosはパッケージ内のモジュールを許可なく公開出来、適切な互換性ポリシーが設定されているモジュールをアップグレードする事も出来ます。
📄️ Aptos CLI
The aptos tool is a command line interface (CLI) for developing on the Aptos blockchain, debugging, and for node operations. This document describes how to use the aptos CLI tool. To download or build the CLI, follow Install Aptos CLI.
📄️ Cryptography
暗号化は、ブロックチェーンシステムでのデータのセキュリティ、整合性、機密性、不変性を確保する上で重要な役割を果たします。Move用のAptosアダプターは、開発者へ一連の暗号化プリミティブを提供し、この需要を満たします。このドキュメントでは、Move on Aptosが提供する暗号化機能について詳しく解説し、その設計の原動力となる原則を解説します。
📄️ Gas Profiling
The Aptos Gas Profiler is a powerful tool that can help you understand the gas usage of Aptos transactions.