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 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published