Skip to content

Securing smart homes with ethereum blockchain

Notifications You must be signed in to change notification settings

narendrakumawat/torque

 
 

Repository files navigation

torque

Generic badge GitHub contributors Maintenance

Securing smart homes with blockchain technology.

Uses ethereum blockchain to validate, authenticate and authorize all transactions with IOT devices.

Installation

torque requires Node.js v4+ and geth to run.

Run ethereum node on raspberry

$ cd torque/private
$ chmod +x miner1/startminer1.sh
$ ./miner1/startminer1.sh

Install the dependencies and start raspberry-pi server

$ cd torque/dapp-private
$ npm install
$ cd server/raspberry
$ node server.js

Todos

  • Create server to run on local blockchain manager(LBM)
  • Design public chain architecture
  • Design smart contracts for interaction on public chain
  • Create servers for public chain communication

Authors

  • Ankit Joshi

License

Yet to be decided

About

Securing smart homes with ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Shell 1.7%