This is a web application built using Next.js, a React framework. It provides functionality for interacting with the Solana blockchain.
- Node.js (recommended version: 18.x or higher)
- npm (recommended version: 8.x or higher)
Install the dependencies:
npm installRun the development server:
npm run devThen open http://localhost:3000 in your browser to see your application.
To create a production build:
npm run buildTo start the application after building:
npm run startNext.js applications can be deployed to various platforms, including Vercel, Heroku, Digital Ocean, etc.
-
Install the Vercel CLI :
npm install -g vercel
-
Log in to Vercel:
vercel login
-
Deploy the project:
vercel
Follow the instructions to complete the deployment. Vercel will automatically optimize and configure your Next.js project for production.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!