{"id":25452793,"url":"https://github.com/yllvar/sunpump-dashbot","last_synced_at":"2025-05-16T13:10:32.143Z","repository":{"id":270555757,"uuid":"910740697","full_name":"yllvar/sunpump-dashbot","owner":"yllvar","description":"Basic dashboard for interacting with Sunpump and Sunswap on Tron Network","archived":false,"fork":false,"pushed_at":"2025-01-01T09:26:08.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T23:41:59.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/yllvar.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}},"created_at":"2025-01-01T09:09:02.000Z","updated_at":"2025-01-04T09:41:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d8bbb54-a2d6-4bb7-92ee-e0b7adbcb021","html_url":"https://github.com/yllvar/sunpump-dashbot","commit_stats":null,"previous_names":["yllvar/sunpump-dashbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fsunpump-dashbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fsunpump-dashbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fsunpump-dashbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fsunpump-dashbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yllvar","download_url":"https://codeload.github.com/yllvar/sunpump-dashbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535822,"owners_count":22087399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-17T23:41:38.797Z","updated_at":"2025-05-16T13:10:32.127Z","avatar_url":"https://github.com/yllvar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tron Sunpump Dashbot\n\nThe Tron Sunpump Dashbot is a not yet a comprehensive web application built using **Next.js** and **React**, designed to provide users with seamless interaction with the **TRON blockchain** and the **Sunswap decentralized exchange**.\n\n---\n\u003cimg width=\"842\" alt=\"Screenshot 2025-01-01 at 17 19 31\" src=\"https://github.com/user-attachments/assets/6b024ab2-2c5b-452e-a3f4-00ca5bf093e8\" /\u003e\n\n## Features\n\n### 1. Wallet Management\n- Generate a new TRON wallet or connect an existing one.\n- View wallet details, including wallet address, TRX balance, and token balances.\n- Label wallets for easy identification.\n\n### 2. Token Transfer\n- Send TRX or other tokens to specified addresses.\n- Includes a confirmation step to minimize accidental transactions.\n\n### 3. Token Swapping\n- Perform token swaps directly through Sunswap.\n- Utilize the **Sunpump** feature for specific token pairs.\n- Swap interface provides estimated output and price impact information.\n\n### 4. Token Information\n- Access detailed information about tokens on the TRON network.\n- View token holders, recent transactions, and other relevant details.\n\n### 5. Token Creation and Launch\n- Create and launch new tokens using a user-friendly wizard.\n- Set token parameters, provide initial liquidity, and launch tokens on Sunswap.\n\n### 6. King of the Hill Feature\n- Displays the top-performing token on Sunswap.\n- Visualize recent token events using interactive charts.\n\n### 7. Transfer History\n- View past transactions with details such as transaction hash, amount, and status.\n\n### 8. Documentation\n- Comprehensive guides for token creation, launching, and Sunpump usage.\n\n### 9. Responsive Design\n- Optimized for both desktop and mobile devices.\n\n### 10. Error Handling and Feedback\n- Implements error boundaries.\n- Provides user feedback via toast notifications.\n\n### 11. Theming\n- Custom color scheme:\n  - **Primary colors**: `#FF9D3D` and `#F6B17A`\n  - **Font color**: `#1E201E`\n\n### 12. API Integration\n- Interacts with the TRON blockchain via **TronWeb** and custom API routes.\n- Integrates with external APIs to fetch additional token data.\n\n---\n\n## Getting Started\n\n### Prerequisites\n- **Node.js** and **npm** installed.\n- Access to a TRON wallet.\n- Basic knowledge of blockchain and decentralized exchanges.\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yllvar/sunpump-dashbot.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd sunpump-dashbot\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n### Running the Application\nStart the development server:\n```bash\nnpm run dev\n```\n\nAccess the application in your browser at:\n```\nhttp://localhost:3000\n```\n\n---\n\n## Usage\n\n### Connecting a Wallet\n- Click on **\"Connect Wallet\"**.\n- Choose to generate a new wallet or connect an existing one.\n\n### Performing a Token Swap\n- Navigate to the **Swap** section.\n- Select tokens and input the desired amounts.\n- Review the estimated output and price impact before confirming.\n\n### Creating a Token\n- Open the **Token Creation** wizard.\n- Set parameters like token name, symbol, and supply.\n- Add liquidity and launch your token on Sunswap.\n\n---\n\n## Technologies Used\n- **Next.js**: Framework for server-rendered React applications.\n- **React**: Frontend library for building user interfaces.\n- **TronWeb**: JavaScript library for interacting with the TRON blockchain.\n- **Sunswap API**: For token swap and liquidity pool interactions.\n- **Chart.js**: Visualizing token performance data.\n\n---\n\n## Contributing\nWe welcome contributions to enhance the Tron Sunswap Dashboard. Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add new feature\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Submit a pull request.\n\n---\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Acknowledgments\n- Thanks to the TRON community for their support.\n- Special recognition to the Sunswap team for their API and platform.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2Fsunpump-dashbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyllvar%2Fsunpump-dashbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2Fsunpump-dashbot/lists"}