Skip to content

0xvnknown/how-to-create-a-honeypot-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

how-to-create-a-honeypot-token

  1. Open Remix IDE [https://remix.ethereum.org/]
  2. Create new file (you can name it contract.sol)
  3. Paste the code
  4. Change Symbol, Token Name, Supply *remember to add 18 times 0 to the supply number (e.g. 1000 supply -> write 1000000000000000000000)
  5. Compile contract (v0.8.18+---)
  6. Deploy contract

  1. Create Liquidity Pool
  2. Set Fees / Whitelist addresses
  3. Start buying and selling to create volume
  4. Remove liquidity when you want

Link to the full guide: [https://medium.com/@Insan3Dev/how-to-create-a-honeypot-token-beginner-guide-593c78aae739]