flashbots/mev-inspect-rs

Read Address -> Name map from a config file

開放

#16 建立於 2020年11月19日

 (1 則留言) (0 個反應) (0 位負責人)Rust (125 個分叉)user submission
enhancementgood first issue

倉庫指標

星標
 (560 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南