RuglessDP
  • 📘Introduction
  • Getting Started
    • ⚙️How It Works
    • 🔥Secure Auto-Burn Feature
  • 📝Platform Requirements
  • ✅Post-Deployment Overview
  • 🧑‍💻Support & FAQs
  • 📹Live Demo Session – Don't Miss Out!
Powered by GitBook
On this page
Export as PDF
  1. Getting Started

How It Works

PreviousIntroductionNextSecure Auto-Burn Feature

Last updated 22 days ago

The platform follows a seamless and automated process to generate and deploy tokens:

1. Connect Your Wallet

  • Supported: MetaMask and other EVM-compatible wallets

  • Prompted upon entering the platform

2. Fill Out the Token Form

  • Token Name

  • Symbol (e.g., TKN)

  • Total Supply

  • Decimals (default: 18)

  • Optional features (e.g., auto-liquidity, burn mechanism pre-set)

3. Submit Token Details

  • Form data is sent to the backend

  • A secure smart contract is generated and compiled in real-time

4. Contract Generation

  • The backend (Node.js & .NET) generates a secure ERC-20 contract with auto-burn logic built in

  • The contract file is stored temporarily and prepared for deployment

5. Deployment to Ethereum

  • The frontend uses Ethers.js and prompts you for deployment via your wallet

  • Gas fees will be estimated and shown in advance

6. Verification

  • Post-deployment, the backend verifies the contract on Etherscan using the Etherscan API

  • You will find a Verify Manual which you can download and follow in case you want to verify your contract manually

7. Add Liquidity

  • You are prompted to add liquidity to Uniswap

  • After adding the liquidity, the LP tokens will be burnt immediately

  • Trading will be opened immediately

8. Your token

  • Your token is published and ready to trade

  • You can find a link to your contract after the deployment

⚙️