Skip to content

baconviewer/bacon-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaconVision

A Client Agnostic ETH2.0 Beacon Chain Visualizer

  1. git clone https://github.com/baconviewer/bacon-vision.git
  2. cd bacon-vision
  3. npm install

To Connect BaconVision to the Artemis Client

  1. git clone https://github.com/PegaSysEng/artemis.git

  2. cd artemis

  3. git submodule update --init --recursive

  4. ./gradlew build

  5. ./gradlew run --args='-p=JSON -o=artemis.json'

  6. Edit ther package.json in BaconVision to reflect the path to artemis.json "start": "node server/server.js -p '[PATH_TO_ARTEMIS_JSON]' & react-scripts start"

  7. cd to the bacon-vision directory

  8. npm start

Using the React Components in Another App

First, add bacon-vision to your React project.

npm install --save baconviewer/bacon-vision

Then, in your React code:

import {Dag, StatView} from 'bacon-vision'

About

Beacon chain visualizer for ETH2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •