graphsense / graphsense-blocksci

A dockerized component to synchronize BlockSci data to Apache Cassandra
MIT License
20 stars 8 forks source link

Genralize exchange_rates / Align with Ethereum #21

Closed behas closed 3 years ago

behas commented 3 years ago

CREATE TABLE exchange_rates ( date text PRIMARY KEY, fiat_values map<text, float> );