A multichain profile explorer based on Blockscout API and ENS.
Prize Pool
Using the powerful Blockscout API, PolyScout is able to easily fetch transactions across multiple networks at once and show cross chain profiles of an address.
We created new APIs which are combining APIs of multiple Blockscout instances to create a Universal Blockscout API and we used them on our frontend demo app.
One example:
š GET /transactions will return the same object as from any Blockscout instance, but with an extra key called "network" and merge all the responses of all networks.
For more information, you are invited to check the README.md in the GitHub repo.
If we had more time, we could use Cloudflare workers to create these merged APIs and also combine all the data together (how many total transactions for each address, how much total ETH, etc.)