flashbots/mev-inspect-rs

Read Address -> Name map from a config file

Aberta

#16 aberto em 19 de nov. de 2020

 (1 comentário) (0 reação) (0 responsável)Rust (125 forks)user submission
enhancementgood first issue

Métricas do repositório

Stars
 (560 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador