Skip to content

Anastasia-Labs/create-evolution-app

Repository files navigation

Lucid Evolution Next.js Example

This is a minimal starter kit for using Lucid Evolution with Next.js 15.

Getting Started

pnpm install
pnpm dev

Open http://localhost:3000

How It Works

This template demonstrates the proper way to integrate WASM-based libraries in Next.js:

  • WebPack Configuration next.config.ts file includes necessary WebAssembly support
  • Client Components Components that need WASM are marked with "use client" and are dynamically imported with { ssr: false }
  • Server-Side API Transaction building happens in API routes on the server
  • Client-Side Signing Transaction signing and submission happen in the browser

About

Evolution App Starter Kit (Next.js 15)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors