graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

Introduce multi-chain indicator #104

Open soad003 opened 5 months ago

soad003 commented 5 months ago

Tron and Ethereum use the same address format. They only encode the address differently, ethereum uses simple hex encoding, tron an encoding based on base58.

It should be trivial to show the user if the an address is also active on the other chain.

We propose an additional field in the address result holding a Dict chain: address_str if we know that the address is also active on another chain.

The situation is similar for btc and bitcoin cash.