{"id":28906704,"url":"https://github.com/jenil-desai/torin","last_synced_at":"2026-04-05T08:36:00.155Z","repository":{"id":294445656,"uuid":"986957270","full_name":"Jenil-Desai/Torin","owner":"Jenil-Desai","description":"Torin is a lightweight and secure token launchpad built on the Solana blockchain.","archived":false,"fork":false,"pushed_at":"2026-02-04T17:10:49.000Z","size":3063,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-05T04:28:38.810Z","etag":null,"topics":["bun","nextjs","shadcnui","solana","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://torin-psi.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jenil-Desai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-20T11:17:09.000Z","updated_at":"2026-02-04T17:13:25.000Z","dependencies_parsed_at":"2025-05-27T13:31:33.501Z","dependency_job_id":null,"html_url":"https://github.com/Jenil-Desai/Torin","commit_stats":null,"previous_names":["jenil-desai/torin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jenil-Desai/Torin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FTorin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FTorin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FTorin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FTorin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jenil-Desai","download_url":"https://codeload.github.com/Jenil-Desai/Torin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jenil-Desai%2FTorin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","nextjs","shadcnui","solana","tailwindcss","typescript"],"created_at":"2025-06-21T15:09:08.198Z","updated_at":"2026-04-05T08:36:00.147Z","avatar_url":"https://github.com/Jenil-Desai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Torin – Solana Token Launchpad,Simplified\n\n**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.\n\n\u003e Whether you're launching test tokens for dApps or building your community’s first coin, Torin has you covered.\n\n---\n\n## 📑 Table of Contents\n\n1. [Overview](#-overview)\n2. [Tech Stack](#-tech-stack)\n3. [Packages \u0026 Libraries](#-packages--libraries)\n4. [Getting Started](#-getting-started)\n5. [Setup](#-setup)\n6. [Features](#-features)\n7. [Demo \u0026 Screenshots](#-demo--screenshots)\n8. [Acknowledgments](#-acknowledgments)\n9. [License](#-license)\n\n---\n\n## 🌟 Overview\n\nTorin 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.\n\n---\n\n## 🧠 Tech Stack\n\n| Layer        | Tech                             |\n|--------------|----------------------------------|\n| Framework    | Next.js (TypeScript)             |\n| Styling      | Tailwind CSS                     |\n| Runtime      | Bun.js                           |\n| Blockchain   | Solana + SPL Token Program       |\n\n---\n\n## 📦 Packages \u0026 Libraries\n\n- `@solana/web3.js` – Solana JavaScript API\n- `@solana/spl-token` – SPL token creation and management\n- `@solana/wallet-adapter` (base, react, react-ui, wallets)\n- `react-hook-form` – Form state management\n- `@hookform/resolvers` – Zod integration for validation\n- `zod` – Schema validation\n- `sonner` – Toast/notification handling\n\n---\n\n## 🚀 Getting Started\n\n\u003e Prerequisites:\n- Bun.js (or Node.js)\n- Git\n- IDE (WebStorm / VS Code / Zed)\n\n---\n\n## ⚙️ Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Jenil-Desai/Torin.git\n   ```\n\n2. Navigate to the project folder:\n\n   ```bash\n   cd torin\n   ```\n\n3. Open in your IDE and install dependencies:\n\n   ```bash\n   bun install   # or npm/yarn/pnpm\n   ```\n\n4. Run the development server:\n\n   ```bash\n   bun dev\n   ```\n\n---\n\n## 🎯 Features\n\n* 🔐 **Connect Wallets**\n\n  * Secure connection with popular wallets using Solana Wallet Adapter\n\n* 🧾 **Token Configuration**\n\n  * Form UI to fill token name, symbol, decimals, and supply\n\n* 🪙 **Launch Token**\n\n  * Instantly deploy tokens to Solana devnet or mainnet (configurable)\n\n---\n\n## 📸 Demo \u0026 Screenshots\n\n- [Live Demo](https://torin-psi.vercel.app)\n\n|Mockup|Landing Page |Create Token Page|\n|------|-------------|-----------------|\n|![Mockup](./screenshots/mockup.png)|![Landing Page](./screenshots/landing-page.png)|![Create Token Page](./screenshots/create-token-page.png)|\n\n---\n\n## 🙏 Acknowledgments\n\n1. **Harkirat Singh** – Web3 Cohort-3 Assignment Inspiration\n2. [Solana Wallet Adapter Docs](https://github.com/solana-labs/wallet-adapter)\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\n\n---\n\n\u003e Torin – Launch your token. Build your ecosystem.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenil-desai%2Ftorin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenil-desai%2Ftorin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenil-desai%2Ftorin/lists"}