Skip to content

ksorv/explorer

Repository files navigation

Explorer

This is a Next.js project bootstrapped with create-next-app.

Project Overview

The Explorer project is designed to showcase various features of Next.js, including server-side rendering, static site generation, and API routes. It provides a foundational structure for building scalable and high-performance web applications.

This project is done for SuperTeam olympics, and is a solana explorer.

Getting Started

To get started with the development environment, follow these steps:

Prerequisites

Ensure you have the following installed:

  • Node.js (>=14.x)
  • npm (>=6.x) or yarn (>=1.x)

Installation

Clone the repository and install dependencies:

git clone https://github.com/ksorv/explorer.git
cd explorer
npm install
# or
yarn install
# or
pnpm install

Running the dev Server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the result. The page will automatically update as you make changes to the code.

ENV

You can add your custom rpc to the repo by using RPC_URL env var

Building for Production

To build the project for production, use the following command:

npm run build
# or
yarn build
# or
pnpm build

This will create an optimized production build in the .next folder.

Starting the Production Server

After building the project, you can start the production server with:

npm run start
# or
yarn start
# or
pnpm start

Linting

To run the linter, use:

npm run lint
# or
yarn lint
# or
pnpm lint

Learn More

To learn more about Next.js, take a look at the vercel website.

Deploy on Vercel

The easiest way to deploy this Next.js app is to use the Vercel Platform

License

This project is licensed under the MIT License.

About

Solana blockchain explorer using Next14

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published