MIKI90 / venesia

Implementation of Etherum blockchain and smart contracts for foreign passenger transport.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

venesia

Implementation of Etherum blockchain and smart contracts for foreign passenger transport.

How to Use.

1.- Download or Clone the repositorie to your computer.
2.- Implement a blockChain Client for Etherum for example testrpc https://github.com/ethereumjs/testrpc
3.- Configure the BlockChain direction in the file config.js in the variable node, for example:

var nodo = 'http://localhost:8545';


4.- Host the aplication in the folder app and open in browser the file index.html

If you use a blockchain client like testrpc you can obtain some accounts to test the application:
alt text

In other case you need to create the accounts to test the aplication.

Image of Application.

alt text
alt text
alt text
alt text
alt text
alt text

About

Implementation of Etherum blockchain and smart contracts for foreign passenger transport.


Languages

Language:JavaScript 99.2%Language:CSS 0.8%