Skip to content

SIMBA-Foundation/bloc-explorer-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloc-explorer-alpha

This is Blockcloud’s blockchain browser

Getting started

Installation

  1. Install Node.js and NPM: Download Node.js Recommended Version from the official website https://nodejs.org/en/download/ and install it on your system. NPM comes bundled with Node.js

  2. Install npm packages : Open terminal , go to project root directory and run npm install, it will download all the dependencies under node_modules folder. Please wait for it to finish.

Running Development Server

run npm run serve, wait for it to finish and once it finishes access http://localhost:8089/ to run Blockcloud Blockchain Explorer on browser. The app will automatically reload if you make any changes in any of the source file.

Building:

run npm run build, to build the Blockcloud Blockchain Explorer and wait for it to finish. The build will be stored in the dist/ directory.

Configuration

Configure the Blockcloud Blockchain Explorer modifying config/index.js. add a Blockcloud JSON-RPC host and WebSockets host.

// blockcloud blockchain api service config
export default {
    api: "", //Blockcloud JSON-RPC Api
    ws_api: "" //Blockcloud WebSockets Api
};

Blockcloud Blockchain Explorer Ui

running(no Blockcloud Intelligence Service host)

1

running(add a Blockcloud Intelligence Service)

The latest 10-layer CODAG structure rendering, and new attached rendering of CODAG layer, and the latest generated block and transaction can be seen.

2

Levels

All data from CODAG layer of Blockcloud’s blockchain

3

Blocks

All the block data from Blockcloud’s blockchain

4

Transactions

All the transaction records from Blockcloud’s blockchain

5

Transaction Details

6

Block Details

7

About

This is Blockcloud’s blockchain browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •