{"id":34599640,"url":"https://github.com/d0sc4u/evm-pumpfun-token-launchpad","last_synced_at":"2026-01-20T11:02:23.691Z","repository":{"id":276200229,"uuid":"902743992","full_name":"d0sc4u/evm-pumpfun-token-launchpad","owner":"d0sc4u","description":"evm pumpfun - evm token launchpad - fourmeme fork - smart contract - avoid bubble map steath","archived":false,"fork":false,"pushed_at":"2025-12-09T18:24:19.000Z","size":1406,"stargazers_count":87,"open_issues_count":0,"forks_count":29,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-12-27T08:26:09.844Z","etag":null,"topics":["evm","fourmeme","launchpad","smart-contract","solidity","web3"],"latest_commit_sha":null,"homepage":"https://xpad.fun/","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/d0sc4u.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":"2024-12-13T07:19:36.000Z","updated_at":"2025-12-15T16:00:24.000Z","dependencies_parsed_at":"2025-02-06T21:26:13.089Z","dependency_job_id":"f8912a57-bef0-4800-8643-bbabefee391a","html_url":"https://github.com/d0sc4u/evm-pumpfun-token-launchpad","commit_stats":null,"previous_names":["meta0xflip/copy-trading-bot","0xopsdev/copy-trading-bot","0xopsdev/evm-dex-swap-platform","0xopsdev/evm-launchpad-fourmeme-fork","d0sc4u/evm-pumpfun-token-launchpad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d0sc4u/evm-pumpfun-token-launchpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0sc4u%2Fevm-pumpfun-token-launchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0sc4u%2Fevm-pumpfun-token-launchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0sc4u%2Fevm-pumpfun-token-launchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0sc4u%2Fevm-pumpfun-token-launchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d0sc4u","download_url":"https://codeload.github.com/d0sc4u/evm-pumpfun-token-launchpad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0sc4u%2Fevm-pumpfun-token-launchpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"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":["evm","fourmeme","launchpad","smart-contract","solidity","web3"],"created_at":"2025-12-24T12:23:32.615Z","updated_at":"2026-01-20T11:02:23.685Z","avatar_url":"https://github.com/d0sc4u.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EVM Launchpad - Fourmeme Forked\n\nFour Meme UI is a Next.js-based web application for interacting with the Four Meme platform.\n\n\u003cimg width=\"1894\" height=\"938\" alt=\"image\" src=\"https://github.com/user-attachments/assets/5a7ce8bb-43fc-4b6e-894b-a954f2d2c8c3\" /\u003e\n\u003cimg width=\"1629\" height=\"908\" alt=\"image\" src=\"https://github.com/user-attachments/assets/49c955b8-45cb-45b0-a6ef-9bfb5383adb1\" /\u003e\n\u003cimg width=\"1596\" height=\"732\" alt=\"image\" src=\"https://github.com/user-attachments/assets/fff60975-383c-4178-ab17-8e70842c1dfa\" /\u003e\n\u003cimg width=\"1631\" height=\"844\" alt=\"image\" src=\"https://github.com/user-attachments/assets/7b3e9fa1-62cb-4bf4-b28f-9cc7ef7f9215\" /\u003e\n\u003cimg width=\"1604\" height=\"831\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d8fdc1de-8d16-46d4-a3e7-a508812ab194\" /\u003e\n\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (version 14 or later)\n- Yarn package manager\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/0xopsdev/evm-launchpad-fourmeme-fork\n   cd evm-launchpad-fourmeme-fork\n   ```\n\n2. Install dependencies:\n   ```bash\n   yarn install\n   ```\n\n### Running the Application\n\n1. Set up your environment variables (see [Environment Variables](#environment-variables) section).\n\n2. Start the development server:\n   ```bash\n   yarn dev\n   ```\n\n3. Open your browser and navigate to `http://localhost:3000`.\n\n## Architecture Overview\n\nPump Fun UI is built using the following technologies and frameworks:\n\n- Next.js: React framework for server-side rendering and static site generation\n- React: JavaScript library for building user interfaces\n- Tailwind CSS: Utility-first CSS framework for styling\n- Ethers.js: Library for interacting with Ethereum\n- RainbowKit: Ethereum wallet connection library\n- Wagmi: React hooks for EVM chains\n- lightweight-charts: Charting libraries for data visualization\n\nThe application follows a component-based architecture, with reusable UI components and hooks for managing state and interactions with the blockchain.\n\n## Environment Variables\n\nCreate a `.env.local` file in the root directory with the following variables:\n\n```\nNEXT_PUBLIC_API_BASE_URL=backend-url\nNEXT_PUBLIC_BONDING_CURVE_MANAGER_ADDRESS=\"contract-address\"\nNEXT_PUBLIC_WS_BASE_URL=https://backend-url\nCHAINSAFE_API_KEY=your_chainsafe_api_key\nCHAINSAFE_BUCKET_ID=your_chainsafe_bucket_id\n```\n\n### 🚀 Looking to build a platform like four.meme?\n\nI've made the UI open-source, but the backend and smart contract are closed-source. If you're interested in creating a full-fledged four.meme-like platform, let's collaborate! [Contact me on Telegram](https://t.me/d0sc4u) for more details.\nI can also provide the fourmeme-fork contract and backend so that you can get the entire set of platform from me.\n\n# 👨‍💻 Author\nDM me on telegram for full working version of this project\n### 📞 Telegram: [d0sc4u](https://t.me/d0sc4u)   \nhttps://t.me/d0sc4u\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd0sc4u%2Fevm-pumpfun-token-launchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd0sc4u%2Fevm-pumpfun-token-launchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd0sc4u%2Fevm-pumpfun-token-launchpad/lists"}