wormhole-explorer/tx-tracker
agodnic 2b50eb5116
[TX TRACKER] Add component that obtains transaction data (#159)
### Summary

This pull request adds a new component under the directory `txtracker`.

This component retrieves information about portal token bridge transfers (i.e.: sender address, receiver address, timestamp), and persists the data in MongoDB.

### Chains supported

The blockhains currently supported are:
* Terra (27% of outgoing transfers)
* Solana (25%)
* BSC (25%)
* Eth (14%)
* Polygon (4%)

The remaining chains will be added iteratively as needed.
2023-03-14 15:49:10 -03:00
..
chains [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
cmd [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
config [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
consumer [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
http/infrastructure [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
queue [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
.env.example [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
.gitignore [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
Dockerfile [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
Makefile [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
go.mod [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00
go.sum [TX TRACKER] Add component that obtains transaction data (#159) 2023-03-14 15:49:10 -03:00