cgc1983 / eos-block-explorer

eos block explorer v1.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eos.io block explorer v1.0 πŸ€

⚑ Simple and performant eos.io block explorer with server and client ⚑

Before You Start... πŸ“Œ

This project is composed of express server to fetch block info from docker container running locally. To try it out, you have to follow instructions from eos docker README.mdπŸ”— to run eos blockchain in your local container. Client will hit graphql gateway in express server to fetch block info.

Getting started πŸ“Œ

  1. Run docker image
$ docker run --name nodeos -p 8888:8888 -p 9876:9876 -t eosio/eos nodeosd.sh arg1 arg2
  1. Clone repo
$ git clone git@github.com:sungju1203/eos-block-explorer.git
  1. In both apollo-server and client folders, Run
$ yarn install
$ yarn start

Features πŸ“Œ

  • create-react-app βœ…
  • ES6 & 7, Async Await, React 16 βœ…
  • apollo-graphql caching (express & client) βœ…
  • styled-components βœ…
  • eosjs and docker βœ…
  • unit tests βœ…

Demo πŸ“Œ

demo

About

eos block explorer v1.0


Languages

Language:JavaScript 90.5%Language:HTML 9.5%