- Open Remix IDE [https://remix.ethereum.org/]
- Create new file (you can name it contract.sol)
- Paste the code
- Change Symbol, Token Name, Supply *remember to add 18 times 0 to the supply number (e.g. 1000 supply -> write 1000000000000000000000)
- Compile contract (v0.8.18+---)
- Deploy contract
- Create Liquidity Pool
- Set Fees / Whitelist addresses
- Start buying and selling to create volume
- Remove liquidity when you want
Link to the full guide: [https://medium.com/@Insan3Dev/how-to-create-a-honeypot-token-beginner-guide-593c78aae739]