Skip to content

feat: add EVM and Aptos application integration template#430

Draft
gregnazario wants to merge 1 commit into
mainfrom
cursor/app-integration-template-2818
Draft

feat: add EVM and Aptos application integration template#430
gregnazario wants to merge 1 commit into
mainfrom
cursor/app-integration-template-2818

Conversation

@gregnazario
Copy link
Copy Markdown
Collaborator

This change adds a minimal Vite + React application under apps/app-integration-template that demonstrates the same integration surface on Ethereum (Sepolia via RainbowKit and wagmi) and Aptos (wallet adapter plus TypeScript SDK patterns) side by side.

The template includes connect wallet flows, native balance reads, a simple transfer with confirmation, a Move view call, and an optional orderless transaction path using replayProtectionNonce. Unit tests cover the small Aptos helper module.

The Application Integration Guide now links to the template source in this repository. The root tsconfig.json excludes the nested app so astro check does not typecheck Vite-only config files against the docs toolchain.

After merge, the folder can be copied to a dedicated aptos-labs/app-integration-template repository if desired; the README documents that split.

Open in Web Open in Cursor 

Add a self-contained Vite + React app under apps/app-integration-template
with RainbowKit/wagmi on Sepolia and Aptos wallet adapter flows, plus
Vitest coverage for shared Aptos helpers. Link the template from the
Application Integration Guide in English and Chinese, and exclude the
nested app from the root Astro TypeScript project.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aptos-docs Ready Ready Preview, Comment Apr 13, 2026 9:07pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants