Skip to content

Commit

Permalink
Update ERC-6123: Update Diagrams
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
cfries committed Aug 8, 2024
1 parent 85eb202 commit d78b312
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 147 deletions.
6 changes: 6 additions & 0 deletions ERCS/erc-6123.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,15 @@ The interface design and reference implementation are based on the following con

![image info](../assets/eip-6123/doc/sdc_trade_states.svg)

The diagram shows the trade states of a single trade SDC as in `SDCSingleTrade.sol`.

### Sequence diagram of reference implementation 'SDCPledgedBalance.sol'

![image info](../assets/eip-6123/doc/sequence.svg)

The sequence diagram show the function calls that create the trade and stellement state transitions
and the emitted events.

## Test Cases

Life-cycle unit tests based on the sample implementation and usage of [ERC-20](./eip-20.md) token is provided. See file [test/SDCTests.js](../assets/eip-6123/test/SDCTests.js)
Expand Down
Loading

0 comments on commit d78b312

Please sign in to comment.