martriay / martriay/flashbots-explorer
Add etherText?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Given that etherText has been banned by twitter, and bot operators frequently use EtherText to communicate, this might be a neat place to add EtherText messages found in calldata on Ethereum.
The detection is very simple.
- look for top-level call data,
- decode it hex->ascii
- determine if it is word-y. i just look for spaces > 2 and ratio of spaces:len between 2 and 10 (surely there's a better/smarter way)
- and then there's a blacklist of prefix's from wallets and exchanges like "tx from HappyWallet" or "Exchange order #9551", you'll want to filter thouse
- Probably want a stopword list (you'd be surprised how much nasty racist stuff shows up in ethereum call data)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the bundle or calldata inspection entry point, then determine how top-level call data can be decoded and classified as word-like text. Done means EtherText-like messages are detected while wallet and exchange prefixes plus unwanted stopwords are filtered, with coverage for the detection rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100