Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiangroeger96/parktang

HSLU IoT & Blockchain Hackaton
https://github.com/fabiangroeger96/parktang

blockchain hackathon hslu hyperledger ibm iot

Last synced: 11 days ago
JSON representation

HSLU IoT & Blockchain Hackaton

Awesome Lists containing this project

README

        

# ParkTang Business Network

This project was developed in a HSLU Hackaton "IoT & Blockchain".

The idea was to build a blockchain for optimizing the parking space search, by using IoT devices.

This business network defines:

**Participant**
`User`

**Asset**
`Car`
`ParkSpace`
`ParkSpaceStatus`
`Bill`

**Transaction**
`parking_in`
`parking_out`
`top_up_balance`
`create_car`
`create_parkspace`
`create_user`
`create_example_data_users`
`create_example_data_cars`
`create_example_data_parkspaces`

**Event**
`ParkEvent`
`UnableToPayEvent`