RafaelVianaCunha / supplyblockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oil & Gas - SupplyBlockChain

Plataforma digital para controle de cadeia logística de combustível

Getting Started

Projeto desenvolvido no evento HackingRio 2019

Authors

Prerequisites

What things you need to install the software and how to install them

Python
    apt get install python || dnf install python || brew install python
Flask
    pip install flask
Bootstrap
Jquery

Installing / Running

Cloning repo

git clone github.com:olhaoduto/olhaoduto_site.git

Start a blockchain node server,

$ export FLASK_APP=node_server.py
$ flask run --port 8000

One instance of our blockchain node is now up and running at port 8000.

To run the application,

$ python run_app.py

access the url given by python

Reference

IBM Developer Works - Satwik Kansal

License

This project is licensed under the MIT License - see the LICENSE file for details

Special thanks

  • HACKING.RIO
  • TRANSPETRO

About


Languages

Language:Python 64.9%Language:HTML 27.1%Language:JavaScript 4.7%Language:Dockerfile 1.7%Language:CSS 1.6%