2024-11-08 23:38:53 +08:00
2024-11-08 17:00:52 +08:00
2024-11-08 22:43:26 +08:00
2024-11-08 23:38:53 +08:00
2024-11-08 19:14:02 +08:00
2024-11-08 16:35:51 +08:00
2024-11-08 11:49:42 +08:00
2024-11-08 11:49:42 +08:00
2024-11-08 19:22:54 +08:00
2024-11-08 16:58:15 +08:00
2024-11-07 15:56:31 +08:00
2024-11-08 22:43:26 +08:00
2024-11-08 19:14:02 +08:00
2024-11-08 19:17:27 +08:00
2024-11-07 16:17:07 +08:00
2024-11-08 22:56:00 +08:00
2024-11-08 19:14:02 +08:00
2024-11-08 17:51:34 +08:00
2024-11-08 16:41:13 +08:00

Token Creation Platform

A decentralized token creation platform built on Babylon Testnet using React + TypeScript + Vite.

Overview

This is a decentralized platform specifically designed for the Babylon Testnet that enables users to easily create and manage their own tokens, including creation, trading, and listing management features.

Core Features

  • Token Management

    • View real-time token listings
    • Create custom tokens
    • Token trading functionality
    • Real-time price tracking
  • King Hill Feature

    • Special token interaction mechanism
    • Real-time status display
    • Token competition system

Tech Stack

  • React 18
  • TypeScript
  • Vite
  • CosmJS (for blockchain interactions)
  • ESLint (code standards)

Getting Started

Prerequisites

  • Node.js >= 16
  • npm >= 7
  • Keplr Wallet

Installation

npm install

Development Mode

npm run dev

Production Build

npm run build

Network Configuration

Babylon Testnet Information

Token Information

  • Token Name: BBN
  • Minimal Denomination: ubbn
  • Decimals: 6
  • Gas Price Configuration:
    • Low: 0.01
    • Average: 0.025
    • High: 0.03

Features

Token List

  • View all available tokens
  • Real-time price information
  • Trading volume statistics
  • Token details

Token Creation Process

  1. Connect Keplr wallet
  2. Fill in token details:
    • Token name
    • Symbol
    • Initial supply
    • Other parameters
  3. Deploy to Babylon Testnet

Trading Features

  • Token purchase
  • Token selling
  • Transaction status tracking

Development Guide

Network Connection

  1. Ensure Keplr wallet is installed
  2. Connect to Babylon Testnet
  3. Ensure sufficient BBN tokens for gas fees

Contributing

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/NewFeature)
  3. Commit your changes (git commit -m 'Add NewFeature')
  4. Push to the branch (git push origin feature/NewFeature)
  5. Submit a Pull Request

License

MIT License

Contact

For any questions or suggestions, please submit an Issue or Pull Request.

Description
No description provided
Readme 5.5 MiB
Languages
TypeScript 96%
JavaScript 2.4%
CSS 0.9%
HTML 0.7%