Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoPascal31 committed Apr 7, 2023
1 parent 343309d commit 17fff23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This project uses the following tools:

## Principle of operation

### Modules

The protocol is organized in several modules:
- `cyKlone-mutipool-V0` => main module, manages most stuffs
- `poseidon-hash-v1` and `poseidon-constants-v1` => Compute the Poseidon Hash
Expand All @@ -36,9 +38,16 @@ There are 2 helpers modules:
- `cyKlone-work-gas-station` => Gas station to pay gas for the `(work)` transactions.
- `cyKlone-relay-v0` => Gas station and intermediate account to let users withdraw while paying gas anonymously.

![image info](./doc/img/cyKlone_modules.png)


### Deposits/Withdrawal flow

![image info](./doc/img/cyKlone_diagram.png)




## TODO
- Create a web UI
- Organize a safe setup for the ZK keys.
Binary file added doc/img/cyKlone_modules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17fff23

Please sign in to comment.