Harmony is a fast and secure blockchain for decentralized applications. Our production mainnet supports 4 shards of 1000 nodes, producing blocks in 5 seconds with finality.
The Explorer allows users from all backgrounds to view and explorer the Harmony Blockchain by making visible the latest blocks, pending transactions, top validators, and much more!
- Default location is localhost:3306 (Change in './sql/ManageConnection.go')
- Default user in root:password@tcp (Change in './sql/ManageConnection.go')
-
Make sure Harmony's nodes are up and running. Check API guide
-
Made sure port 8081 is unused.
- Used by dataServer (Change in './dataServer/Server.go')
# Run SQL set up in mySQL CLI
source {PROJECT_DIR}/sql/CreateDatabase.sql
# Build source
go build
# Run server
./harmony-insight-database
Please see our user guide.
Please see our API guide