Skip to content

gepng/taikosend

Repository files navigation

🥁 TaikoSend

Disperse tokens to multiple wallets on Taiko chain.

alt text

🚀 Getting Started

Prerequisites

  • Node.js 18+
  • npm, yarn, or pnpm

Installation

  1. Clone the repository

    git clone <repository-url>
    cd taiko
  2. Install dependencies

    npm install
  3. Start development server

    npm run dev
  4. Open your browser

    Navigate to http://localhost:3000 to see the application.

📦 Build & Deploy

Production Build

npm run build
npm start

Development

npm run dev

Linting

npm run lint

🛠️ Tech Stack

  • Framework: Next.js 14
  • Language: TypeScript
  • Styling: CSS Modules / Tailwind CSS
  • Runtime: Node.js

📁 Project Structure

taiko/
├── app/           # App router pages
├── components/    # Reusable components
├── public/        # Static assets
├── styles/        # Global styles
└── package.json   # Dependencies

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

Built with ❤️ for the hackathon

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors