This project contains experimental smart contracts which can be used to implement data provenance concepts for Internet of Things (IoT) applications. More information can be found here.
Important: This project represents on-going research. Use with care.
You need to have the following tools installed:
- Clone the repository:
git clone [email protected]:msigwart/iotprovenance.git
- Change into the project directory:
cd iotprovenance/
- Install all dependencies:
npm install
- Deploy contracts:
truffle migrate --reset
Run the tests with truffle test
.
Feel free to submit bug reports or feature requests through the issue tracker. If you want to contribute, feel welcome to submit a pull request.
This project is licensed under the MIT License.