Skip to content

beezlebub0530/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published