Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 )

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 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

## 👋 Contact Me

###
Telegram: https://t.me/earthzeta
###


Discord
Telegram

#### 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.json

https://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