Launching EOS Token Portfolio
Launching EOS Token Portfolio
Traditional block explorers make it hard to see how your token balances evolve over time - something I always wanted to see for my own dapp accounts, but also for analyzing other accounts.
This is mainly because they show all transactions instead of only the relevant transfer actions, the filters are not working well, in addition to the pagination being very slow.
Some block explorers only show the date of the transactions on hover, and none of them show your token balances over time.
That's why I quickly built EOS Token Portfolio over the last week.
A website listing all EOS transfers on the EOS mainnet for an account and visualizing the result in a chart.
Balance over time
Table listing all transfers
It can be really useful in the following scenarios:
- Getting a list of all incoming and outgoing EOS transactions for an account, for example, for tax purposes. (Okay, I was too lazy to implement a CSV/PDF export. If someone pays me a lump sum, I 'll implement the feature. Or, if you can code you can add it yourself.)
- Analyzing how profitable trading bots are, and how my trading bot compares to them.
- Analyzing if people still fall for scams. They do. A Voice token claim scam made ~2,500.0000 EOS from about 10 victims.
- Getting a quick overview of where funds are flowing.
The code is open-source on GitHub and the website is accessible here.
Originally published at https://cmichel.io/launching-eos-token-portfolio/
Leave Launching EOS Token Portfolio to:
Read more #eos posts
Best Posts From cmichel
We have not curated any of cmichel's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From cmichel
- How I gamed EOS Defi projects and still got rekt
- Progress Report - September 2020
- How to install an old package version with brew
- Fixing C++ compilation bugs for the MacOS Catalina upgrade
- Progress Report - August 2020
- Progress Report - July 2020
- Obfuscating EOSIO smart contracts
- Progress Report - June 2020
- Progress Report - May 2020
- Typing transformations in TypeScript
- 8 EOSIO WASM intrinsics you might not have heard about
- EOSIO C++ IntelliSense in VSCode
- Testing EOSIO smart contracts with Hydra
- Progress Report - March 2020
- Progress Report - February 2020
- How to check if an EOS account has a smart contract
- Launching EOS Token Portfolio
- How to deploy a create-react-app with github-actions
- Progress Report - January 2020
- How to rollback to an older EOSIO.CDT version with brew