An open API service indexing awesome lists of open source software.

https://github.com/maykelxyz/create-across-app

Scaffold an Across-enabled Next.js app (RainbowKit, wagmi, Tailwind, Across SDK).
https://github.com/maykelxyz/create-across-app

across create nextjs rainbowkit starter tailwind wagmi

Last synced: 3 months ago
JSON representation

Scaffold an Across-enabled Next.js app (RainbowKit, wagmi, Tailwind, Across SDK).

Awesome Lists containing this project

README

          

# 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/).

image

## 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/)