create-across-app
Version:
Scaffold an Across-enabled Next.js app (RainbowKit, wagmi, Tailwind, Across SDK).
33 lines (23 loc) • 823 B
Markdown
# create-across-app
Scaffold an **Across-enabled Next.js app** in seconds ⚡
Includes [Across App SDK](https://github.com/across-protocol/app-sdk), [wagmi](https://wagmi.sh/), [RainbowKit](https://www.rainbowkit.com/), and [TailwindCSS](https://tailwindcss.com/).
<img width="1354" height="892" alt="image" src="https://github.com/user-attachments/assets/170e6304-2ebe-4441-8e99-b0ecd949b9aa" />
## Quickstart
Use **npx** (no install needed):
```bash
npx create-across-app@latest my-app
```
You’ll be prompted for a project name.
After scaffolding, install dependencies (if you skipped in the prompt):
```bash
cd my-app
npm install
npm run dev
```
## Features:
- Across SDK 0.3.0
- Wagmi 2.12.25
- Rainbowkit 2.1.5
- Next.JS 14 Router
## Across Documentation
- [Across Documentation](https://docs.across.to/)