Skip to content

AplaProject/blockexplorer

This branch is 2 commits ahead of, 3 commits behind GenesisKernel/blockexplorer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da7f9d2 · Sep 25, 2019
Dec 12, 2018
Feb 5, 2019
Dec 11, 2018
Oct 12, 2018
Feb 5, 2019
Dec 25, 2018
Feb 5, 2019
Apr 9, 2019
Nov 20, 2018
Sep 25, 2019
Apr 9, 2019
Apr 9, 2019
Nov 21, 2018
Feb 5, 2019

Repository files navigation

Apla Block Explorer

How to run

Requirements

Install redis server and python packages from requirements.txt

Config

Create config.py and choose appropriate options

Run Web Server

gunicorn -b 127.0.0.1:8000 --worker-class eventlet -w 1 genesis_block_explorer.socketio:app

Run Worker/Beat Services

celery -B -A genesis_block_explorer.celery.tasks worker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.9%
  • HTML 15.7%
  • Other 1.4%