Skip to content

Developer tool to browse live blockchain data on any Blockscape node

Notifications You must be signed in to change notification settings

blockscape/blockscape-explorer

Repository files navigation

Blockscape Explorer

Welcome to Blockscape Explorer, a developer tool to browse blockchain data for Blockscape Engine projects.

The explorer currently connects to any running Blockscape node via the RPC interface, and then presents some information about generated blocks and transactions. It is still rough on the edges and lacks many important features.

Usage

First, install dependencies build the application with gulp:

yarn
gulp

Alternatively, use NPM:

npm install
gulp

The server uses ts-node to run:

cd dist/
ts-node lib/server.ts

By default, the server tries to connect to a listening Blockscape RPC node on localhost, port 8356. You can change this behavior by modifying the config.json file:

{
	"rpc": {
		"host": "my-host.foo",
		"port": 8356
	}
}

About

Developer tool to browse live blockchain data on any Blockscape node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published