Angular Web application using Ethereum smart contract with Raspberry Pi and AWS
- Docker version 17.06.1-ce or higher
- Local Tunnel (https://github.com/localtunnel/localtunnel)
##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.
- http://localhost:4200 ( P2P Car Sell Web App)
- http://localhost:8000 ( Blockchain Explorer)
Open a separate terminal window and start local tunnel
lt --port 8545
Note the local tunnerl url which you need to start Raspberry Pi program ( https://github.com/just4give/p2p-carsell-raspi.git)
$ Ctrl+C
$ docker-compose down
This project has a dependency on Rasberry Pi program. Checkout the repo below for details