Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mygnoscan

A fast, minimal block explorer for gno.land — built around the question generic explorers answer badly: what code is deployed, what does it import, and who actually calls it?

Transactions and blocks are table stakes. The dependency and usage graph between realms is the point.

Home

What it does

  • Realm inspector — source, imports, dependents, callers, MsgRun references
  • Dependency graph — interactive D3 view of what imports what
  • Usage tracking — direct calls, indirect imports, MsgRun references
  • Multi-network — several chains in one instance and one database, switchable
  • Analytics — activity over time, gas, storage growth, leaderboards
  • Single binary — Go backend with the frontend embedded, no Node.js

Analytics

Built on the tx-indexer GraphQL API, with a local SQLite cache for the dependency analysis.

Quick start

make install
mygnoscan
# http://localhost:8888

Point it at one network:

mygnoscan -indexer https://indexer.topaz.testnets.gno.land/graphql/query -network topaz

…or several, with a config file:

mygnoscan -config networks.json

With Docker:

docker run -p 8888:8888 ghcr.io/gnoverse/mygnoscan:main

Documentation

Everything lives in docs/ — start there.

docs/spec.md what mygnoscan is, the data model, how networks are scoped
docs/architecture.md components, data flow, design decisions, known weak points
docs/api.md full /api/* reference
docs/development.md local development loop
docs/deployment.md flags, config, operating notes
docs/screenshots.md regenerating the images above
CONTRIBUTING.md how to contribute
AGENTS.md conventions and invariants for code changes

More views

Realms, transactions, blocks

Realms

Transactions

Blocks

About

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages