This code is a Next.js app that generates a random character for each holder of a given SPL minting program and displays them on a plane.
There is one backend API to fectch holder. The rest of the logic in the app is client side. Mostly the CharacterPlane component
First, copy the .env.example file to a .env file with updated keys:
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
If the code is useful for your memecoin, please consider airdropping us some of your token at the original dev address: 7oUZgKUiQUX1XHvsZ8HHs7KEZW1cFSGKpxqYxE3qLKZe
