https://github.com/jenil-desai/torin
Torin is a lightweight and secure token launchpad built on the Solana blockchain.
https://github.com/jenil-desai/torin
bun nextjs shadcnui solana tailwindcss typescript
Last synced: 3 months ago
JSON representation
Torin is a lightweight and secure token launchpad built on the Solana blockchain.
- Host: GitHub
- URL: https://github.com/jenil-desai/torin
- Owner: Jenil-Desai
- Created: 2025-05-20T11:17:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-04T17:10:49.000Z (5 months ago)
- Last Synced: 2026-02-05T04:28:38.810Z (5 months ago)
- Topics: bun, nextjs, shadcnui, solana, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://torin-psi.vercel.app
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Torin β Solana Token Launchpad,Simplified
**Torin** is a lightweight and secure token launchpad built on the Solana blockchain. Designed for developers, startups, and Web3 enthusiasts, Torin makes it easy to launch SPL tokens on devnet or mainnet in just a few clicks β no CLI or in-depth blockchain knowledge required.
> Whether you're launching test tokens for dApps or building your communityβs first coin, Torin has you covered.
---
## π Table of Contents
1. [Overview](#-overview)
2. [Tech Stack](#-tech-stack)
3. [Packages & Libraries](#-packages--libraries)
4. [Getting Started](#-getting-started)
5. [Setup](#-setup)
6. [Features](#-features)
7. [Demo & Screenshots](#-demo--screenshots)
8. [Acknowledgments](#-acknowledgments)
9. [License](#-license)
---
## π Overview
Torin simplifies the token creation process on Solana by offering a secure, form-driven UI for defining token parameters and launching them directly to the blockchain. Built with a developer-first approach, it eliminates manual scripting and provides a seamless interface to interact with Solanaβs token program.
---
## π§ Tech Stack
| Layer | Tech |
|--------------|----------------------------------|
| Framework | Next.js (TypeScript) |
| Styling | Tailwind CSS |
| Runtime | Bun.js |
| Blockchain | Solana + SPL Token Program |
---
## π¦ Packages & Libraries
- `@solana/web3.js` β Solana JavaScript API
- `@solana/spl-token` β SPL token creation and management
- `@solana/wallet-adapter` (base, react, react-ui, wallets)
- `react-hook-form` β Form state management
- `@hookform/resolvers` β Zod integration for validation
- `zod` β Schema validation
- `sonner` β Toast/notification handling
---
## π Getting Started
> Prerequisites:
- Bun.js (or Node.js)
- Git
- IDE (WebStorm / VS Code / Zed)
---
## βοΈ Setup
1. Clone the repository:
```bash
git clone https://github.com/Jenil-Desai/Torin.git
```
2. Navigate to the project folder:
```bash
cd torin
```
3. Open in your IDE and install dependencies:
```bash
bun install # or npm/yarn/pnpm
```
4. Run the development server:
```bash
bun dev
```
---
## π― Features
* π **Connect Wallets**
* Secure connection with popular wallets using Solana Wallet Adapter
* π§Ύ **Token Configuration**
* Form UI to fill token name, symbol, decimals, and supply
* πͺ **Launch Token**
* Instantly deploy tokens to Solana devnet or mainnet (configurable)
---
## πΈ Demo & Screenshots
- [Live Demo](https://torin-psi.vercel.app)
|Mockup|Landing Page |Create Token Page|
|------|-------------|-----------------|
||||
---
## π Acknowledgments
1. **Harkirat Singh** β Web3 Cohort-3 Assignment Inspiration
2. [Solana Wallet Adapter Docs](https://github.com/solana-labs/wallet-adapter)
---
## π License
This project is licensed under the **MIT License**.
---
> Torin β Launch your token. Build your ecosystem.