From f4ea1dfe318208d56cda6d394e0a408bec0385d1 Mon Sep 17 00:00:00 2001 From: Manuel Mauro Date: Sat, 25 Nov 2023 18:46:24 +0100 Subject: [PATCH] Add dependency diagram to contributing --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5d5e356..d17ba4df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)