feat: VTC Token Creator (VRC-20 + PumpFun bonding curve)#1
Draft
HuciferX wants to merge 1 commit into
Draft
Conversation
- bondingCurve.ts: Exponential bonding curve with buy/sell/graduate mechanics - feeDistributor.ts: Fee split 40/40/20 (creator/treasury/buyback) - tokenCreator.ts: VRC-20 deploy + vtc-launch inscription generators - index.ts: REST API endpoints for create, trade, price, graduate Co-Authored-By: Oz <oz-agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VTC Token Creator — VRC-20 Deployment + PumpFun-style Bonding Curve
Adds the
src/creator/module implementing one-click VRC-20 token deployment and PumpFun-style bonding curve launches on Vertcoin.Files Added
src/creator/bondingCurve.ts—BondingCurveclass with exponential price curve, buy/sell mechanics, graduation to AMMsrc/creator/feeDistributor.ts— Fee split 40% creator / 40% treasury / 20% buyback & burnsrc/creator/tokenCreator.ts— VRC-20 and vtc-launch inscription generators + validationsrc/creator/index.ts— Express router with 7 REST endpoints + rate limitingTypeScript compiles with zero errors.
Conversation: https://app.warp.dev/conversation/70f623bb-b400-43fb-ae61-56d1a3b427d3
Run: https://oz.warp.dev/runs/019ea499-40fe-7c5a-aff1-91d32ab0c909
This PR was generated with Oz.