An open API service indexing awesome lists of open source software.

https://github.com/rabnail-sol/solana-pump-fun-smart-contract

pumpfun smart contract forking that simulates the approach of pumpfun bonding curve
https://github.com/rabnail-sol/solana-pump-fun-smart-contract

bonding-curve pumpfun pumpfun-bondingcurve pumpfun-cnotract pumpfun-smart-contract smart-contract solana-pumpfun

Last synced: over 1 year ago
JSON representation

pumpfun smart contract forking that simulates the approach of pumpfun bonding curve

Awesome Lists containing this project

README

          

## Pumpfun Smart Contract ⚓
Pump.fun smart contract clone 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 condition

You can see the deployed the contract in devnet here
https://solscan.io/account/5mdPUgyK9mqosLtqZvfpY5pcpCqQBWHuS3XoU34CrJK3?cluster=devnet

In here, you can see the creation transaction, buy and sell transaction and withdraw transaction

## 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/Rabnail-SOL/Solana-Pumpfun-Smart-Contract-Forking/blob/main/target/deploy/bonding_curve.json

https://github.com/Rabnail-SOL/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

### 👤 Author
#### Twitter: [@Rabnail_SOL](https://twitter.com/Rabnail_SOL)
#### Telegram: [@Rabnail_SOL](https://t.me/Rabnail_SOL)