Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

写一个 pump.fun 智能合约,创建以太坊上的Meme发售平台 #177

Open
qiwihui opened this issue Aug 18, 2024 · 0 comments
Open
Assignees
Labels
区块链 区块链相关 技术 技术相关

Comments

@qiwihui
Copy link
Owner

qiwihui commented Aug 18, 2024

Pump.fun 是 Solana 的超级 meme 发射平台。当成功在 pump.fun 上部署一枚 Meme 后,一旦代币市值达到 69,000 美元,会自动将 pump.fun 的流动性添加到 Raydium 交易所。

对于用户来说,可以降低发币费用以及繁琐的流程,主要解决的痛点是rug和老鼠仓问题,也就是公平发射问题。pump.fun 将 Meme 团队要做的事情产品化,从代币名称、logo 到流动性和流动性销毁做到了一条龙服务。

这个系列的视频实现了EVM 下的类似代币发射合约。

代码仓库: https://github.com/qiwihui/pumpeth

第一部分

视频链接: https://youtu.be/k-LTUa9g1sU

主要包含如下功能:

  1. 创建代币
  2. 购买代币
  3. 卖出代币

第二部分

视频链接: https://youtu.be/1zdCAg2d3nk

主要包含如下功能:

  1. 检查 token 状态
  2. Fork mainnet 然后测试
  3. minimal proxy 模式
  4. Bonding Curve 曲线

第三部分

视频链接: https://youtu.be/BMukVfQVwHg

主要讲解了 $$ y=a*e^{bx}$$ 指数型联合曲线的实现。

对应的联合曲线文档:https://qiwihui.notion.site/Pump-fun-Clone-759c1b3f1ec94b8a8b5b180f72abc838?pvs=4

@qiwihui qiwihui added 技术 技术相关 区块链 区块链相关 labels Aug 18, 2024
@qiwihui qiwihui self-assigned this Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
区块链 区块链相关 技术 技术相关
Projects
None yet
Development

No branches or pull requests

1 participant