mars
mars copied to clipboard
The powerful analysis platform to explore and visualize data from blockchain.
# Main tasks | Task | Status | Release Target | Comments | | ----------------------------------------------- | --------- | -------------- | --------------- | | Export chain data to CSV/Paruquet | DONE...
- [x] Blocks - [x] Transactions - [x] Receipts - [x] Token Transfers - [x] NFT Transfers - [x] Logs - [ ] Tokens - [ ] #53
## Summary Schema: ``` CREATE TABLE tokens( address VARCHAR, symbol VARCHAR, decimals BIGINT, total_supply BIGINT, block_number BIGINT ) ```
Your code looks neat but I found a problem. Fetching block chain latest stream data can not directly insert to the storage file. Because re-org may happen after a while....