This is an automated archive.

The original was posted on /r/ethereum by /u/Astr0_G0d on 2023-11-07 19:46:29+00:00.


Hey there!

As part of my research of memecoins analyses/sniping, I made a simple Token Trading Simulator.

How it works:

The trading simulator re-deploys a token to an isolated local node instance, tries open trading with liquidity or a specific method, and then checks:

  • token mints
  • max buy limits
  • taxes for the first ten trades

Report example for HarryPotterObamaSonic10Inu

When is it useful:

In general, It’s useful for new tokens for which trading hasn’t started yet or for post-launch research/analysis.

Try the tool here:

Tech stack info:

The core simulation part is written using Rust (pretty fast even with public nodes), NodeJs for the basic web/API part, and React for the frontend.

Would be happy to have a discussion about it and suggestions on what can be added to the analysis.

Cheers!