An open API service indexing awesome lists of open source software.

https://github.com/yllvar/frontend-maneki-bundler

Build using Next.js to host front-end integration with python back-end class. Allowing Pump.fun token creator to create token and Jito Bundle it
https://github.com/yllvar/frontend-maneki-bundler

Last synced: 10 months ago
JSON representation

Build using Next.js to host front-end integration with python back-end class. Allowing Pump.fun token creator to create token and Jito Bundle it

Awesome Lists containing this project

README

          

# Frontend-Maneki-Bundler

Screenshot 2024-12-06 at 13 06 48

Build using Next.js to host front-end integration with python back-end class. Allowing Pump.fun token creator to create token and Jito Bundle it
# Maneki Bundler

Maneki Bundler is a powerful and user-friendly platform for token creation and management on the Solana blockchain. This Next.js-based application provides an intuitive interface for creating tokens, monitoring their performance, and managing related settings.

## Features

- **Dashboard**: View key metrics such as total tokens created, successful transactions, and current token price.
- **Token Creation**: Easy-to-use form for creating new tokens with customizable parameters.
- **Token Price Chart**: Interactive chart displaying token price history.
- **Settings Management**: Configure important settings like API endpoints and wallet addresses.
- **Dark Mode Support**: Toggle between light and dark themes for comfortable viewing in any environment.
Screenshot 2024-12-06 at 13 05 18

## Getting Started

### Prerequisites

- Node.js (v14 or later)
- npm or yarn

### Installation

1. Clone the repository:
```
git clone https://github.com/yllvar/maneki-bundler.git
cd maneki-bundler
```

2. Install dependencies:
```
npm install
# or
yarn install
```

3. Run the development server:
```
npm run dev
# or
yarn dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.

Screenshot 2024-12-06 at 13 06 05

## Project Structure

- `app/`: Contains the main pages of the application (Dashboard, Create Token, Settings)
- `components/`: Reusable React components
- `public/`: Static assets
- `styles/`: Global styles and theme configuration

## Built With

- [Next.js](https://nextjs.org/) - React framework for building the user interface
- [Tailwind CSS](https://tailwindcss.com/) - For styling
- [shadcn/ui](https://ui.shadcn.com/) - UI component library
- [Recharts](https://recharts.org/) - For creating interactive charts
- [React Hook Form](https://react-hook-form.com/) - For form handling
- [Zod](https://github.com/colinhacks/zod) - For form validation

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

- Thanks to the Pump.fun community for inspiration and support
- Shoutout to all the open-source libraries that made this project possible, especially Pump Portal and their 0.5% fees

```