📚Turtorial

This tutorial demonstrates how to use the entire AIDE suite to go from an idea to a fully launched and managed token project.

  • Step 1: Create the Smart Contract (Solidify)

  • Open Solidify and use a prompt to generate a secure ERC-20 token contract with your desired features (e.g., supply, taxes).

  • Test the contract thoroughly in the simulation environment and deploy it.

  • Step 2: Build the Website & dApp (Canvas)

  • Open Canvas and prompt it to create a landing page for your new token. Include sections for a tokenomics breakdown, roadmap, and team.

  • Use another prompt to create a simple dApp page with a "Buy Token" button that links to a DEX and a section to view their token balance.

  • Step 3: Deploy Management Bots (BotNet)

  • Use BotNet to create a Telegram bot for your community.

  • Configure the bot to answer common questions and link to your new website.

  • Deploy a separate management bot to handle tasks like adding initial liquidity to a DEX.

  • Step 4: Monitor Your Launch (BlockMind)

  • Use BlockMind to set up alerts for your token's contract address.

  • Create whale_alert and top_holders queries to monitor early trading activity.

  • Keep an eye on the plot_price chart to track market performance post-launch.

Last updated