Aptos Labs
Official@aptos-labs
Offers infrastructure for Move smart contract development, transaction management, and TypeScript-based blockchain integration for decentralized applications.
Agent Skills by Aptos Labs
Showing 18 vetted skills indexed across 2 GitHub repositories.
llm-seo-readiness
Validate Aptos documentation for LLM indexing and SEO compliance.
smoothsend-gasless
Sponsor gas fees for Aptos transactions via SmoothSend service.
deploy-contracts
Deploy Move smart contracts to Aptos networks with verified workflows.
analyze-gas-optimization
Analyze Aptos Move smart contracts for gas efficiency and suggest optimizations.
write-contracts
Generate secure Aptos Move V2 smart contracts with object model patterns.
modernize-move
Modernize Move V1 syntax, patterns, and APIs to Move V2+.
security-audit
Audit Move smart contracts for security vulnerabilities using a 7-category checklist.
search-aptos-examples
Search official Aptos repositories for smart contract reference implementations.
generate-tests
Generates comprehensive test suites for Move smart contracts with 100% coverage verification via aptos move test --coverage.
create-aptos-project
Scaffold Aptos projects with npx create-aptos-dapp templates.
ts-sdk-wallet-adapter
Integrate Aptos Wallet Adapter into React apps for wallet connections and transactions.
use-ts-sdk
Orchestrate Aptos TypeScript SDK integration for full-stack dApp development.
ts-sdk-client
Configure Aptos client and AptosConfig in @aptos-labs/ts-sdk.
ts-sdk-transactions
Build, sign, submit, and simulate Aptos transactions using the TypeScript SDK.
ts-sdk-account
Generate and manage Aptos accounts with Ed25519 and Keyless signing schemes.
ts-sdk-types
Map Aptos Move numeric types to TypeScript bigint for the ts-sdk.
ts-sdk-view-and-query
Query Aptos on-chain data using the @aptos-labs/ts-sdk.
ts-sdk-address
Create, parse, and format Aptos account addresses with the TypeScript SDK.
Frequently Asked Questions About Aptos Labs
FAQPage SchemaWhat specific tasks can developers perform using these capabilities?βΌ
Developers can scaffold projects, write and modernize Move smart contracts, perform gas efficiency analysis, audit security vulnerabilities, and manage Ed25519 or Keyless account signing schemes. Additionally, the suite enables full-stack integration for transaction submission, simulation, and on-chain data querying via TypeScript.
Which target personas benefit from these technical resources?βΌ
These resources are designed for blockchain engineers, smart contract developers, and full-stack web developers building on the Aptos network. The capabilities specifically support those focused on secure contract deployment, gas-optimized transaction execution, and seamless frontend-to-blockchain connectivity.
What are the prerequisites for implementing these blockchain integrations?βΌ
Implementation requires familiarity with the Move programming language and the TypeScript ecosystem. Developers must have a local environment configured for contract compilation and testing, alongside the @aptos-labs/ts-sdk package for managing account addresses, transaction signing, and network communication.