Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/earthzetaorg/solana-pump-fun-smart-contract
Pumpfun Smart Contract simulates the approach of pumpfun bonding curve ( pump.fun + raydium cpi )
https://github.com/earthzetaorg/solana-pump-fun-smart-contract
bonding-curve pumpdotfun pumpfun-smart-contract raydium-swap solana-program
Last synced: 3 days ago
JSON representation
Pumpfun Smart Contract simulates the approach of pumpfun bonding curve ( pump.fun + raydium cpi )
- Host: GitHub
- URL: https://github.com/earthzetaorg/solana-pump-fun-smart-contract
- Owner: EarthZetaOrg
- Created: 2024-12-09T10:08:45.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2024-12-20T19:12:07.000Z (16 days ago)
- Last Synced: 2024-12-20T20:22:27.581Z (16 days ago)
- Topics: bonding-curve, pumpdotfun, pumpfun-smart-contract, raydium-swap, solana-program
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 11
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pumpfun Smart Contract ⚓
Pump.fun smart contract that works just like pump.fun site, like pump.fun, this smart contract creates the pool on contract, and make users to buy and sell from the pool.
And at some point, it can go to Raydium under some predefined conditionYou can see the deployed the contract in devnet here
https://solscan.io/account/5mdPUgyK9mqosLtqZvfpY5pcpCqQBWHuS3XoU34CrJK3?cluster=devnetIn here, you can see the creation transaction, buy and sell transaction and withdraw transaction
## 👋 Contact Me
###
Telegram: https://t.me/earthzeta
####### Feel free to contact me if you need any help.
## Environement and Development ⚙️
- For the one who want to clone the project, need to setup as following
```
- anchor : v0.29.0
- solana : v1.17.14
- rustc : v1.75.0
```
- Here's IDL structure of original pump.fun and new forked pump.fun project I have completed
https://github.com/earthzetaorg/solana-pumpfun-smart-contract-forking/blob/main/target/deploy/bonding_curve.jsonhttps://github.com/earthzetaorg/solana-pumpfun-smart-contract-forking/blob/main/target/deploy/pump-fun-IDL_original.json
## Recording of pumpfun smart contract test process
https://github.com/user-attachments/assets/54606cb9-3be0-49a9-a92d-2759d0648f4b
### Raydium migration and other detailed code are reserved for private, you can contact me for more understanding about the project and other features