Skip to content

Commit

Permalink
Generate UML class diagram for contracts (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams authored Aug 22, 2024
2 parents 190cdcd + c0c8cec commit 07d15fc
Show file tree
Hide file tree
Showing 7 changed files with 1,916 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ node_modules
/deployments/localhost

/contracts/hardhat-dependency-compiler
build/flatten.sol
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## vNEXT
- Generate UML class diagram for contracts. (#41)
- Generate Solidity documentation. (#40)
- Add Bellecour poco address to config and harmonize deployment artifacts. (#39)
- Revert always explicit message on failed transfers. (#38)
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Contracts of iExec Voucher project.

### API Documentation

The the API documentation can be found in [docs/](./docs/index.md).
The API documentation can be found in [docs/](./docs/index.md).

### UML diagram

UML class diagram for voucher contracts can be found [here](./docs/class-diagram.svg).
Raw version is available [here](./docs/class-diagram.svg?raw=true) for better readability.

### How to deploy?

Expand Down
639 changes: 639 additions & 0 deletions docs/class-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 07d15fc

Please sign in to comment.