Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabiangroeger96/parktang
- Owner: FabianGroeger96
- License: mit
- Created: 2019-09-09T11:36:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T18:28:49.000Z (over 5 years ago)
- Last Synced: 2024-11-30T15:11:37.824Z (2 months ago)
- Topics: blockchain, hackathon, hslu, hyperledger, ibm, iot
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`