Skip to content

amurshak/ethsentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethsentinel

A simple web-app for monitoring transactions on the latest Ethereum block.

Getting started:

Clone the repo:

  • git clone https://github.com/amurshak/ethsentinel.git

Cd into the root directory:

  • cd ethsentinel

Create, then activate, the local virtual environment:

  • python3 venv env
  • source ./env/bin/activate

Install dependencies:

  • pip3 install -r requirements.txt
  • cd ./client
  • npm install

Set environment variables:

  • export FLASK_DEBUG=true
  • export FLASK_ENV=development
  • export FLASK_APP=app.py
  • export SECRET_KEY='XXXXXXXXXXXXXXX'
  • export ALCHEMY_API_KEY='XXXXXXXXXXXXXXX'
  • export COINMARKETCAP_API_KEY='XXXXXXXXXXXXXXX'

Run:

  • python3 app.py

About

A simple webapp for monitoring transactions on the latest Ethereum block.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published