Skip to content

Commit

Permalink
Native Diagrams (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Yazovaliyski <[email protected]>
  • Loading branch information
yazu-codes authored Aug 3, 2021
1 parent 1aae304 commit 1204530
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added docs/assets/evm-to-hedera-native.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/hedera-to-evm-native.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ Once the steps above are performed, a given EVM asset can be transferred through
### EVM to Hedera
The following sequence diagram demonstrates the process of transferring ERC20 Token from EVM chain to Hedera:

TODO diagram
<p align="center">
<img src="./assets/evm-to-hedera-native.png">
</p>

#### Steps

Expand All @@ -127,7 +129,9 @@ Validators create `ScheduleTransfer` transactions that transfer the newly minted
### Hedera to EVM
The following sequence diagram demonstrates the process of transferring HTS Tokens mapped to ERC20 Tokens from Hedera to the source EVM chain:

TODO diagram
<p align="center">
<img src="./assets/hedera-to-evm-native.png">
</p>

#### Steps
1. **Initiate the transfer** - Performed by the User
Expand Down

0 comments on commit 1204530

Please sign in to comment.