https://github.com/topsecretagent007/sui-pumpfun
sui pumpfun, sui smart contract, sui web3, sui smart contract, move smart contract
https://github.com/topsecretagent007/sui-pumpfun
move pumpfun smartcontracts sui suifun suipumpfun suismartcontract tokenminting
Last synced: about 2 months ago
JSON representation
sui pumpfun, sui smart contract, sui web3, sui smart contract, move smart contract
- Host: GitHub
- URL: https://github.com/topsecretagent007/sui-pumpfun
- Owner: topsecretagent007
- Created: 2025-04-16T04:39:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T20:47:16.000Z (7 months ago)
- Last Synced: 2025-08-10T22:22:23.018Z (7 months ago)
- Topics: move, pumpfun, smartcontracts, sui, suifun, suipumpfun, suismartcontract, tokenminting
- Language: JavaScript
- Homepage: https://suifun.io
- Size: 5.27 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งช Sui.fun
A fully on-chain experimental token launch and trading platform built on the **Sui blockchain**, inspired by Pump.fun. Users can **connect wallets, create tokens**, and **buy/sell tokens** instantly. The project combines a modern frontend with a Move-based smart contract backend.
---
## โ๏ธ Tech Stack
- **Frontend**: [Next.js](https://nextjs.org/) + [Javascript](https://www.javascriptlang.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Blockchain**: [Sui](https://sui.io/) + [Move](https://move-language.github.io/)
- **Wallet Integration**: Sui Wallet Adapter
---
## ๐ Features
- ๐ **Wallet Connect**: Connect your Sui wallet securely.
- ๐ช **Token Creation**: Create custom tokens in seconds.
- ๐ **Buy & Sell Tokens**: Trade tokens instantly on-chain.
- ๐ **Move Smart Contract**: Powered by a custom-written Move contract.
- ๐ **Live Stats** (optional): Show real-time volume, holders, token supply, etc.
---
## ๐ฆ Installation
```bash
# Clone the repository
git clone https://github.com/topsecretagent007/sui-pumpfun.git
cd sui-pumpfun
# Install dependencies
yarn install
# Start the development server
yarn dev
```
## ๐ Wallet Setup
Make sure you have the Sui Wallet installed. You can also integrate other wallets using the @mysten/wallet-adapter.
## ๐ ๏ธ Smart Contract (Move)
The smart contract is written in Move and deployed to the Sui network. Find the code in the contracts/ folder.
```bash
# move contract devnet deploy example
sui client publish --path ./contracts --gas-budget 100000000
```
## ๐ Project Structure
```graphql
.
โโโ Components/ # Reusable UI components
โโโ Helper/ # Move Helper
โโโ Hook/ # Project Hook
โโโ Layouts/ # Project layouts
โโโ Lib/ # Project Lib
โโโ Pages/ # Next.js pages
โโโ Style/ # TypeScript styles
โโโ README.md
```
## ๐ฌ Contact
For questions or collaborations, reach out via Telegram: [@topsecretagnt_007](https://t.me/topsecretagent_007)
---
Let me know if you want to add demo images, a deploy guide, or links to your live project or smart contract repo.