{"id":21393630,"url":"https://github.com/singatoshi/Solana-Pumpfun-Forking-SC","last_synced_at":"2025-10-04T03:30:47.211Z","repository":{"id":259551137,"uuid":"877217373","full_name":"muffin819/Solana-Pumpfun-SC","owner":"muffin819","description":"pumpfun smart contract forking","archived":false,"fork":false,"pushed_at":"2024-12-14T23:54:08.000Z","size":78,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T00:24:38.944Z","etag":null,"topics":["forking","pumpfun","rust","solana"],"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/muffin819.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":"2024-10-23T09:38:23.000Z","updated_at":"2024-12-14T23:54:12.000Z","dependencies_parsed_at":"2024-10-26T12:51:45.371Z","dependency_job_id":"4477c013-07b0-4378-b67e-6ab2ea74f73a","html_url":"https://github.com/muffin819/Solana-Pumpfun-SC","commit_stats":null,"previous_names":["muffin819/solana-pumpfun-sc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muffin819%2FSolana-Pumpfun-SC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muffin819%2FSolana-Pumpfun-SC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muffin819%2FSolana-Pumpfun-SC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muffin819%2FSolana-Pumpfun-SC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muffin819","download_url":"https://codeload.github.com/muffin819/Solana-Pumpfun-SC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235213271,"owners_count":18953730,"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":["forking","pumpfun","rust","solana"],"created_at":"2024-11-22T14:12:43.669Z","updated_at":"2025-10-04T03:30:47.206Z","avatar_url":"https://github.com/muffin819.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pump.fun Smart Contract\n\n## Overview\nThe **Pump.fun Smart Contract** is a Rust/Anchor smart contract designed for **Pump.fun**, facilitating various **decentralized finance (DeFi)** functionalities. This contract enables users to interact with **liquidity pools** and create **Raydium pools** on the Solana blockchain.\n\n## Features\n- **Add Virtual LP**  \n  Allows users to add **virtual liquidity** to the Pump.fun platform, increasing pool liquidity **without requiring actual token deposits**. Useful for simulating and testing liquidity scenarios.\n  \n- **Remove LP**  \n  Enables users to **remove liquidity** from the Pump.fun platform, reducing pool liquidity and allowing users to **withdraw LP tokens**.\n  \n- **Create Raydium Pool**  \n  Allows users to create a new **Raydium pool**, facilitating **decentralized trading and liquidity provision**.\n\n## Installation\n1. **Clone the repository**\n   ```sh\n   git clone https://github.com/muffin819/Solana-Pumpfun-SC.git\n   cd Solana-Pumpfun-SC\n   ```\n2. **Install dependencies**\n   ```sh\n   anchor build\n   ```\n3. **Deploy the contract**\n   ```sh\n   anchor deploy\n   ```\n\n## Usage\nTo interact with the smart contract, you can use the **Anchor CLI** or integrate it into your **Solana dApp**.\n\nExample: Calling the `add_virtual_lp` function\n```rust\npub fn add_virtual_lp(ctx: Context\u003cAddVirtualLP\u003e, amount: u64) -\u003e Result\u003c()\u003e {\n    let liquidity_pool = \u0026mut ctx.accounts.liquidity_pool;\n    liquidity_pool.amount += amount;\n    Ok(())\n}\n```\n\n## Contributing\nFeel free to open an **issue** or submit a **pull request** if you have any suggestions or improvements!\n\n## Contact\n- **Telegram:** [dogewhiz](https://t.me/dogewhiz)\n\n## License\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingatoshi%2FSolana-Pumpfun-Forking-SC","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingatoshi%2FSolana-Pumpfun-Forking-SC","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingatoshi%2FSolana-Pumpfun-Forking-SC/lists"}