Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Generic Block Explorer UI - legacy version - check out appliedblockchain/explorer instead for the latest one

License

Notifications You must be signed in to change notification settings

appliedblockchain/block-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Block Explorer user interface.

Accepts "blocks" array generated by @appliedblockchain/simple-block-explorer

Usage

Example react component:

import React from 'react'
import BlockExplorer from '@appliedblockchain/block-explorer'

const BlockExplorerDemo = props => 
  <BlockExplorer
    blocks={props.blocks}
    height={window.innerHeight}
  />

export default BlockExplorerDemo

About

Generic Block Explorer UI - legacy version - check out appliedblockchain/explorer instead for the latest one

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published