
Fully onchain NextJS.
No compromises.
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.
Install our package
npm install @chopinframework/next@1.0.19 @chopinframework/react@0.0.1Create 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
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.
