Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ export default defineConfig({
"terminal",
"globe-simple",
"robot",
"star",
"pencil",
],
},
}),
Expand Down
47 changes: 28 additions & 19 deletions src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lastUpdated: false
editUrl: false
hero:
title: |
Construye el Futuro de Web3 en Aptos
Construye el Futuro de Web3 con Aptos
tagline: Todo lo que necesitas para construir una experiencia Web3 de primer nivel.
image:
alt: Logomarca de Aptos
Expand All @@ -16,7 +16,7 @@ hero:
actions:
- text: Comenzar
link: /es/build/get-started
icon: right-arrow
icon: down-arrow
- text: Más información sobre Aptos
link: https://aptosnetwork.com
icon: external
Expand All @@ -27,32 +27,41 @@ import { Card, CardGrid, Tabs, TabItem } from '@astrojs/starlight/components';
import ListCard from '~/components/ListCard.astro';

<CardGrid>
<ListCard title="Características" iconName="lightning">
- [Keyless](/es/build/guides/aptos-keyless)
- [Passkeys](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-66.md)
- [Aleatoriedad en cadena](/es/build/smart-contracts/randomness)
- [Tarifas de Gas y Almacenamiento](/es/network/blockchain/gas-txn-fee)
- [Ejecución Paralela](/es/network/blockchain/execution)
- [Pagador de Tarifas](/es/build/sdks/ts-sdk/building-transactions/sponsoring-transactions)
<ListCard title="Primeros Pasos" iconName="star" id="getting-started">
- [Despliega Tu Primer Smart Contract en Move](/es/build/guides/first-move-module) Compila y publica módulos Move en devnet en minutos.
- [Tu Primera Transacción](/es/build/guides/first-transaction) Escribe y lee datos en cadena usando el SDK de TypeScript.
- [¡Nuevo! Programa con IA (MCP)](/es/build/ai/aptos-mcp) Haz tu AI Agent (Cursor o Claude Code) más inteligente usando nuestro servidor MCP open-source.
</ListCard>

<ListCard title="Herramientas" iconName="terminal">
- [Aptos CLI](/es/build/cli)
- [API del Indexador](/es/build/indexer/indexer-api)
- [SDKs Oficiales](/es/build/sdks)
- [Faucet de Testnet](/es/network/faucet)
- [API de Faucet](/es/build/apis/faucet-api)
- [¡Nuevo! Chatbot de IA AskAptos](#) Consulta documentación, planifica o refina requisitos con IA (¡arriba a la derecha!).
- [Testnet Faucet](/es/network/faucet) Financia tu cuenta de testnet con APT para comenzar a construir.
- [SDKs Oficiales](/es/build/sdks) TypeScript, Go, Java, Python, Rust, C++, Unity y más.
- [Aptos CLI](/es/build/cli) Compila, prueba, publica contratos; cuentas y claves; localnet.
</ListCard>

<ListCard title="Smart Contracts" iconName="pencil">
- [Objects](/es/build/smart-contracts/objects) Primitivos en cadena componibles para propiedad de activos flexible, direccionamiento y programabilidad.
- [El Libro de Move](/es/build/smart-contracts/book) Comprende la sintaxis de Move, tipos, recursos y mejores prácticas.
- [Vibe Code una dApp Full-Stack en Learn](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) Taller interactivo con IA para construir rápidamente una dApp full-stack.
</ListCard>

<ListCard title="Características en Cadena" iconName="lightning">
- [Transacciones Patrocinadas](/es/build/guides/sponsored-transactions) Paga el gas de tus usuarios para que puedan usar tu dApp con cero APT.
- [Cuentas sin Claves (Keyless)](/es/build/guides/aptos-keyless) Incorpora usuarios y firma sin wallets ni seed phrases.
- [¡Nuevo! Transacciones sin Orden (Orderless)](/es/build/guides/orderless-transactions) Apps de alto volumen pueden ser más seguras enviando transacciones fuera de orden con nonce de protección contra replay.
- [Aleatoriedad en Cadena](/es/build/smart-contracts/randomness) Números aleatorios verificables = juegos justos, loterías y sorteos.
</ListCard>

<ListCard title="Recursos" iconName="file-text">
- [Solicitar una Beca](https://aptosnetwork.com/grants)
- [Aptos Learn](https://learn.aptoslabs.com)
- [Proyectos del Ecosistema](https://aptosnetwork.com/ecosystem/directory)
- [¡Nuevo! Integración con LLMs.txt](/es/llms-txt) Formato de documentación optimizado para IA, pégalo en tu IA de contexto largo favorita y ¡comienza!
- [Consulta, Indexa o Transmite Datos en Cadena](/es/build/indexer/) Consulta la API del Indexador, indexa contratos, transmite transacciones raw.
- [Solicita una Grant](https://aptosnetwork.com/grants)
</ListCard>

<ListCard title="Conectar" iconName="globe-simple">
- [Discusiones para Desarrolladores](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
- [Foro de Discusión](https://forum.aptosfoundation.org)
- [Discusiones de Desarrolladores en Github](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
- [Directorio del Ecosistema](https://aptosnetwork.com/ecosystem/directory)
- [Discord](https://discord.gg/aptosnetwork)
- [Telegram](https://t.me/aptos)
</ListCard>
Expand Down
49 changes: 29 additions & 20 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hero:
actions:
- text: Get Started
link: /build/get-started
icon: right-arrow
icon: down-arrow
- text: Learn More about Aptos
link: https://aptosnetwork.com
icon: external
Expand All @@ -27,34 +27,43 @@ import { Card, CardGrid, Tabs, TabItem } from '@astrojs/starlight/components';
import ListCard from '~/components/ListCard.astro';

<CardGrid>
<ListCard title="Features" iconName="lightning">
- [Keyless](/build/guides/aptos-keyless)
- [Passkeys](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-66.md)
- [On-chain Randomness](/build/smart-contracts/randomness)
- [Gas and Storage Fees](/network/blockchain/gas-txn-fee)
- [Parallel Execution](/network/blockchain/execution)
- [Fee Payer](/build/sdks/ts-sdk/building-transactions/sponsoring-transactions)
<ListCard title="Getting Started" iconName="star" id="getting-started">
- [Deploy Your First Move Smart Contract](/build/guides/first-move-module) Compile & publish Move modules to devnet in minutes.
- [Your First Transaction](/build/guides/first-transaction) Write and read on-chain data using the TypeScript SDK.
- [NEW! Code with AI (MCP)](/build/ai/aptos-mcp) Make your AI Agent (Cursor or Claude Code) smarter by using our open-source MCP server.
</ListCard>

<ListCard title="Tooling" iconName="terminal">
- [Aptos CLI](/build/cli)
- [VSCode Extension](/build/smart-contracts/move-vscode-extension)
- [Indexer API](/build/indexer/indexer-api)
- [Official SDKs](/build/sdks)
- [Testnet Faucet](/network/faucet)
- [Faucet API](/build/apis/faucet-api)
<ListCard title="Tools" iconName="terminal">
- [NEW! AskAptos AI Chatbot](#) Query docs, plan or refine requirements with AI (top right!).
- [Testnet Faucet](/network/faucet) Fund your testnet account with APT to start building.
- [Official SDKs](/build/sdks) TypeScript, Go, Java, Python, Rust, C++, Unity, and more.
- [Aptos CLI](/build/cli) Compile, test, publish contracts; accounts & keys; localnet.
</ListCard>

<ListCard title="Smart Contracts" iconName="pencil">
- [Objects](/build/smart-contracts/objects) Composable on-chain primitives for flexible asset ownership, addressing, & programmability.
- [The Move Book](/build/smart-contracts/book) Understand Move syntax, types, resources, & best practices.
- [Vibe Code a Full-Stack dApp on Learn](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) Interactive AI workshop to quickly build a fullstack dApp.
</ListCard>

<ListCard title="On-Chain Features" iconName="lightning">
- [Sponsored Transactions](/build/guides/sponsored-transactions) Pay for users' gas so they can use your dApp with zero APT.
- [Keyless Accounts](/build/guides/aptos-keyless) Onboard users and sign without wallets or seed phrases.
- [NEW! Orderless Transactions](/build/guides/orderless-transactions) High-volume apps can be safer by sending transactions out of order with replay-protection nonce.
- [On-chain Randomness](/build/smart-contracts/randomness) Verifiable random number = fair games, lotteries, & drops.
</ListCard>

<ListCard title="Resources" iconName="file-text">
- [NEW! LLMs.txt Integration](/llms-txt) AI-optimized documentation format, paste it in your favorite large context AI and get moving!
- [Query, Index, or Stream On-Chain Data](/build/indexer/) Query Indexer API, index contracts, stream raw transactions.
- [Apply for a Grant](https://aptosnetwork.com/grants)
- [Aptos Learn](https://learn.aptoslabs.com)
- [Ecosystem Projects](https://aptosnetwork.com/ecosystem/directory)
</ListCard>

<ListCard title="Connect" iconName="globe-simple">
- [Developer Discussions](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
- [Discussion Forum](https://forum.aptosfoundation.org)
- [Discord](https://discord.gg/aptosnetwork)
- [Github Developer Discussions](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
- [Ecosystem Directory](https://aptosnetwork.com/ecosystem/directory)
- [Discord](https://discord.gg/aptosnetwork)
- [Telegram](https://t.me/aptos)

</ListCard>
</CardGrid>
47 changes: 28 additions & 19 deletions src/content/docs/zh/index.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Aptos 开发者文档
description: Aptos 提供一切所需,助力打造一流的 Web3 开发者体验
description: Aptos 提供一切所需,助力开发者打造一流的 Web3 体验
tableOfContents: false
lastUpdated: false
editUrl: false
hero:
title: |
在 Aptos 上构建 Web3 的未来
tagline: 提供打造一流 Web3 开发者体验的一切所需
tagline: Aptos 为开发者提供打造一流 Web3 体验的一切所需
image:
alt: Aptos 标志
light: ~/assets/aptos-logomark-light.svg
Expand All @@ -16,7 +16,7 @@ hero:
actions:
- text: 开始使用
link: /zh/build/get-started
icon: right-arrow
icon: down-arrow
- text: 了解更多关于 Aptos
link: https://aptosnetwork.com
icon: external
Expand All @@ -27,32 +27,41 @@ import { Card, CardGrid, Tabs, TabItem } from '@astrojs/starlight/components';
import ListCard from '~/components/ListCard.astro';

<CardGrid>
<ListCard title="功能" iconName="lightning">
- [无钥匙](/zh/build/guides/aptos-keyless)
- [通行密钥](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-66.md)
- [链上随机性](/zh/build/smart-contracts/randomness)
- [Gas 和存储费用](/zh/network/blockchain/gas-txn-fee)
- [并行执行](/zh/network/blockchain/execution)
- [费用支付者](/zh/build/sdks/ts-sdk/building-transactions/sponsoring-transactions)
<ListCard title="入门指南" iconName="star" id="getting-started">
- [部署你的第一个 Move 智能合约](/zh/build/guides/first-move-module) 几分钟内编译并发布 Move 模块到 devnet。
- [你的第一笔交易](/zh/build/guides/first-transaction) 使用 TypeScript SDK 写入和读取链上数据。
- [新!使用 AI 编程 (MCP)](/zh/build/ai/aptos-mcp) 让你的 AI Agent(Cursor 或 Claude Code)更智能,使用我们的开源 MCP 服务器。
</ListCard>

<ListCard title="工具" iconName="terminal">
- [Aptos CLI](/zh/build/cli)
- [索引器 API](/zh/build/indexer/indexer-api)
- [官方 SDK](/zh/build/sdks)
- [测试网水龙头](/zh/network/faucet)
- [水龙头 API](/zh/build/apis/faucet-api)
- [新!AskAptos AI 聊天机器人](#) 查询文档,规划或完善需求(右上角!)。
- [测试网水龙头](/zh/network/faucet) 为你的测试网账户提供 APT 资金以开始构建。
- [官方 SDK](/zh/build/sdks) TypeScript、Go、Java、Python、Rust、C++、Unity 等。
- [Aptos CLI](/zh/build/cli) 编译、测试、发布合约;账户和密钥;本地网络。
</ListCard>

<ListCard title="智能合约" iconName="pencil">
- [Objects](/zh/build/smart-contracts/objects) 可组合的链上原语,实现灵活的资产所有权、寻址和可编程性。
- [Move 语言书](/zh/build/smart-contracts/book) 理解 Move 语法、类型、资源和最佳实践。
- [在 Learn 上 Vibe Code 全栈 dApp](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) 交互式 AI 工作坊,快速构建全栈 dApp。
</ListCard>

<ListCard title="链上功能" iconName="lightning">
- [赞助交易](/zh/build/guides/sponsored-transactions) 为用户支付 gas 费,让他们在零 APT 的情况下使用你的 dApp。
- [无密钥账户 (Keyless)](/zh/build/guides/aptos-keyless) 无需钱包或助记词即可注册用户并签名。
- [新!无序交易 (Orderless)](/zh/build/guides/orderless-transactions) 高并发应用可通过无序发送交易和防重放 nonce 提高安全性。
- [链上随机性](/zh/build/smart-contracts/randomness) 可验证的随机数 = 公平游戏、抽奖和空投。
</ListCard>

<ListCard title="资源" iconName="file-text">
- [新!LLMs.txt 集成](/zh/llms-txt) AI 优化的文档格式,粘贴到你喜欢的大上下文 AI 中即可开始!
- [查询、索引或流式传输链上数据](/zh/build/indexer/) 查询 Indexer API、索引合约、流式传输原始交易。
- [申请资助](https://aptosnetwork.com/grants)
- [Aptos Learn](https://learn.aptoslabs.com)
- [生态系统项目](https://aptosnetwork.com/ecosystem/directory)
</ListCard>

<ListCard title="联系" iconName="globe-simple">
- [开发者讨论](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
- [讨论论坛](https://forum.aptosfoundation.org)
- [Github 开发者讨论](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
- [生态系统目录](https://aptosnetwork.com/ecosystem/directory)
- [Discord](https://discord.gg/aptosnetwork)
- [Telegram](https://t.me/aptos)
</ListCard>
Expand Down