← Back to home

PolyScout 🔗

A multichain profile explorer based on Blockscout API and ENS.

Screenshots

PolyScout  🔗 screenshot 1
PolyScout  🔗 screenshot 2
PolyScout  🔗 screenshot 3
PolyScout  🔗 screenshot 4
PolyScout  🔗 screenshot 5

Problem Statement

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.

Solution

Next.js for speed of executionVercel for simple deploymentsBlockscout API for dataENSTypescriptethers.jsIf 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.)

Hackathon

ETHGlobal Brussels

2024

Prizes

  • 🏆

    Best use of Blockscout Block Explorer

    Blockscout

Contributors