Skip to content

Commit

Permalink
Add Chainlink and Augur examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Addison committed Aug 15, 2019
1 parent bd0157b commit 31986e9
Show file tree
Hide file tree
Showing 3 changed files with 1,530 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,19 @@ Generated from running
sol2uml 0xf5dce57282a584d2746faf1593d3121fcac444dc
```
This uses the verified Solidity code loaded to Etherscan https://etherscan.io/address/0xf5dce57282a584d2746faf1593d3121fcac444dc#code

## Chainlink
![Chainlink](./chainlink.svg)
Generated from running
```bash
sol2uml 0x79fEbF6B9F76853EDBcBc913e6aAE8232cFB9De9
```
This uses the verified Solidity code loaded to Etherscan https://etherscan.io/address/0x79fEbF6B9F76853EDBcBc913e6aAE8232cFB9De9#code

## Augur
![Augur](./augur.svg)
Generated from running
```bash
sol2uml 0x7F27B0598949DbF9e539BBD217f15BF3F5E97999
```
This uses the verified Solidity code loaded to Etherscan https://etherscan.io/address/0x7F27B0598949DbF9e539BBD217f15BF3F5E97999#code
Loading

0 comments on commit 31986e9

Please sign in to comment.