https://github.com/techtronixx/sol-launchpad
A Solana Launchpad website dedicated to showcasing projects and facilitating the minting process, all through its frontend interface.
https://github.com/techtronixx/sol-launchpad
chadcnui launchpad mint nextjs13 nft nft-marketplace solana web3
Last synced: 6 months ago
JSON representation
A Solana Launchpad website dedicated to showcasing projects and facilitating the minting process, all through its frontend interface.
- Host: GitHub
- URL: https://github.com/techtronixx/sol-launchpad
- Owner: TechTronixx
- Created: 2023-08-21T15:25:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T11:03:43.000Z (11 months ago)
- Last Synced: 2024-06-27T15:59:55.870Z (11 months ago)
- Topics: chadcnui, launchpad, mint, nextjs13, nft, nft-marketplace, solana, web3
- Language: TypeScript
- Homepage: https://sol-launchpad.vercel.app/
- Size: 729 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Solana Launchpad Template
A Solana launchpad frontend with various features.
## Features
- Token Creator UI: Create custom tokens on the Solana blockchain
- NFT Creator UI: Create custom NFTs on the Solana blockchain
- Mint NFT UI: Mint NFTs on the Solana blockchain
- Responsive Design: Mobile-friendly user interface## Tech Stack
- Next.js 13 (App Router)
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Solana Web3.js
- Wallet Adapter for Solana
- Shadcn UI Components## Installation
1. Clone the repository:
```
git clone https://github.com/TechTronixx/solana-launchpad-template.git
```2. Navigate to the project directory:
```
cd solana-launchpad
```3. Install dependencies:
```
pnpm install
```4. Run the development server:
```
pnpm run dev
```5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Usage
You can start customizing the project by modifying the files in the `app` and `components` directories. The main page is `app/page.tsx`.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
## Custom Queries
For custom development requests or queries, please contact me at
[[email protected]](mailto:[email protected])