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

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

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.