Uses ethereum blockchain to validate, authenticate and authorize all transactions with IOT devices.
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
- 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
- Ankit Joshi
Yet to be decided