Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.4 KB

p2p-carsell-ethereum-raspi

Angular Web application using Ethereum smart contract with Raspberry Pi and AWS

alt tag

Watch the Demo Video on youtube

Alt text for your video

Prerequisites

##Setup project on your computer

$ git clone https://github.com/just4give/p2p-carsell-ethereum-raspi.git && cd p2p-carsell-ethereum-raspi
$ docker-compose up

Once your docker compose up and running browse to below two urls to make sure you web applications and testrpc are running.

Open a separate terminal window and start local tunnel

lt --port 8545

alt tag

Note the local tunnerl url which you need to start Raspberry Pi program ( https://github.com/just4give/p2p-carsell-raspi.git)

Tear down services

$ Ctrl+C
$ docker-compose down

Dependency

This project has a dependency on Rasberry Pi program. Checkout the repo below for details

https://github.com/just4give/p2p-carsell-raspi.git