Skip to content

cpte-org/POA-Proof-Of-Attandence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A decentralized protocol to track employees/people's attendance within an organization, built on the Ethereum blockchain (and ipfs).
    
Use Case: Employee check-in and check-out procedure (example: Before the housekeeper starts working on an apartement, she must scan the unique qr code attached behind the unit's door to check-in. and when she's done cleaning, she scans again to checkout.)
    
# POA: Proof of Attendance

## Directory Sructure

POA is dividided in the following applications/projects: 

- **eth**: POA Contracts
- **website**: Public website. Static website for poa
- **server**: POA's management server. All server logic goes here
- **client**: Web application that represents the UI of the application. To be replaced by mobile app