Skip to content

harrythedev/eos-block-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published