flashbots/mev-inspect-rs

Read Address -> Name map from a config file

Open

#16 opened on 2020年11月19日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Rust (560 stars) (125 forks)user submission
enhancementgood first issue

説明

It'd be nice if we could have access to Etherscan-like mapping of addr->name, instead of doing it manually/slowly ourselves https://github.com/flashbots/mev-inspect-rs/blob/master/src/addresses.rs#L112-L188. This could easily be done with the CSV crate, as shown here

コントリビューターガイド