Chopin

Fully onchain NextJS.

No compromises.

View full source on GitHub

yello

yo

hi

123

123

hi

aabc

123

hello

test

Hi

Hi

hello

hey

hey

Hhb

test3

test2

hi

test

Try our live demo (yes, this is putting data onchain)

It's Easy to Get Started.

  1. Step 1

    Install our package

    npm install @chopinframework/next@1.0.19 @chopinframework/react@0.0.1
  2. Step 2

    Create the file middleware.ts in the root of your project and add the line

    export { middleware } from "@chopinframework/next";

    Or, call the middleware() function from your existing middleware

  3. Step 3

    Include the provider in the root layout

    import { ChopinProvider } from "@chopinframework/next"; 
    
    export default function Layout({ children }) {
      return (
        <html>
          <body>
            <ChopinProvider>
              {children}
            </ChopinProvider>
          </body>
        </html>
      );
    }

    That's all you need to get started! But be sure to read here to ensure your app is fully ready.

Copyright © 2024 Chopin Framework