Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.06 KB

contract-explorer

ETHParis hackathon project

TSNE

Web UI

In web folder:

Tooling

  1. Install Cloud Python SDK.
  2. Install App Engine for Python: gcloud components install app-engine-python
  3. Authenticate Google SDK: gcloud auth application-default login
  4. Install Python dependencies: sudo -H pip install -r requirements.txt

Run locally

python main.py

Deployment

gcloud app deploy

Credits

  • Eveem for decompiled smart contract code

  • Jdenticon for function identicons.

The Authors