- open issues to share ideas or questions, and feel free to leave any comments
- join the conversation happening in our Discord and on the dev forum
- participate in the COVID-19 Global Hackathon March 26-30 (discussion)
- get ready for DAIA's COVIDathon which starts April 1 (discussion)
- we ask that changes to
master
be made via pull request
We are currently working on an MVP, and progress towards this can be tracked here: https://github.com/enigmampc/SafeTrace/projects/1 If you can help with any of the to-do or in-progress issues, please leave a comment there!
- This is SafeTrace's core service, for private compute and storage of data. Code here is written in Rust, and is executed within an Intel SGX enclave.
- For more detail, see
/enclave
. @lacabra is leading development of this component.
- Currently, we are discussing the application-side and UX within
docs/ux
. - We are also building a simple web app interface to demonstrate the SafeTrace Compute service.
- We welcome any help on this, including:
- full-stack web app development
- UX consultation
- UX design
- client-side data validation (urgent request!)
We also want to enable external apps to communicate with our compute service via our API. We welcome apps who want to use our backend to discuss their API requirements with us.
We are doing research on:
- what contact tracing tools exist
- what data is most valuable for effective contact tracing
- what is the most useful way to deploy this type of service (geographically delimited? via public health officials?)