Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jul 28, 2022
1 parent 255cd96 commit 81b49a5
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 176 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -132,6 +132,12 @@ It also implements a `approvalReceived` function that can be overridden to make
As example: an Implementation of a classic token Crowdsale, but paid with ERC1363 tokens instead of ETH.


## Code Analysis

* [Control Flow](./analysis/control-flow/ERC1363.png)
* [Inheritance Tree](./analysis/inheritance-tree/ERC1363.png)
* [UML](./analysis/uml/ERC1363.svg)

## Development

### Install dependencies
Expand Down

0 comments on commit 81b49a5

Please sign in to comment.