Skip to content

Commit

Permalink
Add dependency diagram to contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Nov 25, 2023
1 parent ea85c64 commit f4ea1df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@ Before submitting your pull request to the repository, please make sure you have

Documentation improvements are always welcome! A solid SDK needs to have solid documentation to go with it.

## Dependency Diagram

```mermaid
stateDiagram-v2
crypto --> encoding
indexer --> encoding
algod --> encoding
kmd --> encoding
core --> encoding
transaction --> encoding
algod --> model
transaction --> model
kmd --> model
abi --> core
transaction --> core
transaction --> abi
```

## Useful Resources

- [Git Style Guide](https://github.com/agis/git-style-guide)
Expand Down

0 comments on commit f4ea1df

Please sign in to comment.