Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
More description
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtrankhanh authored Jul 15, 2023
1 parent 614d904 commit 4915933
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ Contrasleuth was an end-to-end encrypted messaging app on Android that was desig

## Design

*TODO*
The project uses a mix of Rust, TypeScript and Kotlin. It has four components:
- Backend (Rust)
- Frontend (TypeScript)
- Transport layer (Rust)
- Outer shell (Kotlin)

The transport layer is a modified version of the `quinn` library.

The outer shell is written with Ionic Framework and has Kotlin code to connect backend, frontend and transport layer together. The transport layer also has code to leverage native APIs for communication.

## Video Demo

Expand Down

0 comments on commit 4915933

Please sign in to comment.