A simple decentralized application (dApp) to launch your cryptocurrency on the Sei blockchain in just a few clicks.
Built during the Sei All Star Hackathon.
Sei Fun empowers users to create their own cryptocurrency on the Sei blockchain effortlessly. Developed as part of the Sei All Star Hackathon, this dApp simplifies token creation with a user-friendly interface, making blockchain innovation accessible to everyone.
- Token Creation: Deploy your own custom ERC-20 token on the Sei blockchain.
- Token Trading (Buy and Sell): Enable trading functionality for your token.
- AI Ticker and Description: Generate unique token tickers and descriptions using AI.
- Liquidity Management: Add or remove liquidity with ease.
- Customized Token Launches: Empower businesses with tailored token creation options.
- AI Image Generation: Create token-related visuals using AI.
- TradingView Charts: Integrate advanced charting for token trading.
- More exciting features in development!
git clone https://github.com/mohitgit-hub/SeiFun
npm install
cd backend
npm install
npm start
cd frontend
npm install
npm run dev
To interact with the Sei Fun dApp, you’ll need to connect your wallet to the Sei Testnet.
Follow these steps:
- Open your wallet (e.g., MetaMask or any Sei-compatible wallet).
- Add the Sei testnet manually with the following details:
Network Name: Sei Testnet
RPC URL: https://evm-rpc-testnet.sei-apis.com
Chain ID: 1328
Currency Symbol: SEI
Block Explorer URL: https://seitrace.com/?chain=atlantic-2
- Save and switch to the Sei Testnet network in your wallet.
📚 For more details, refer to the official Sei documentation.
To test the dApp, you’ll need testnet SEI tokens:
- Visit the Sei Testnet Faucet.
- Enter your wallet address.
- Request testnet SEI tokens.
- Wait a few minutes for them to appear in your wallet.
⚠️ Make sure you're connected to the Sei Testnet before requesting tokens.
- Open your browser and navigate to:
http://localhost:3000 - Connect your Sei-compatible wallet (configured to the Sei Testnet).
- Use the dApp to:
- Create your ERC-20 token
- Trade tokens
- Generate AI-driven tickers/descriptions
- Explore upcoming features
- Solidity – Smart contract development
- ReactJS – Frontend user interface
- Sei Blockchain – Powering the decentralized infrastructure
This project is licensed under the MIT License. See the LICENSE file for details.
- Built during the Sei All Star Hackathon
- Special thanks to the Sei community for support and inspiration!