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
- Host: GitHub
- URL: https://github.com/yllvar/frontend-maneki-bundler
- Owner: yllvar
- Created: 2024-12-06T04:53:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T05:09:49.000Z (over 1 year ago)
- Last Synced: 2025-05-16T13:11:24.705Z (about 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
# 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.

## 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.

## 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
```