This is Blockcloud’s blockchain browser
-
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
-
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.
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.
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.
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
};
The latest 10-layer CODAG structure rendering, and new attached rendering of CODAG layer, and the latest generated block and transaction can be seen.
All data from CODAG layer of Blockcloud’s blockchain
All the block data from Blockcloud’s blockchain
All the transaction records from Blockcloud’s blockchain






