jacobmort / QuantstampBadge

github badge for solidity quantstamp audits
MIT License
3 stars 2 forks source link

Re-architecture #1

Closed jacobmort closed 5 years ago

jacobmort commented 5 years ago

Right now the pieces are a webserver (hosts badge images and html), react/web3 frontend, and firebase DB. This has a big drawback of needing the front end to communicate status of the quantstamp audit to the backend. So users would need to sit at the page for 4+ minutes or refresh periodically.

This is the new architecture I'm kicking around: img_20181010_083325

Benefits:

jacobmort commented 5 years ago

Serverless functions will need to save quanstamp report results json somewhere.

jacobmort commented 5 years ago

This is too big for an issue- moving to project board