Skip to content

Commit

Permalink
Add link to module types page in sdk section
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Oct 17, 2024
1 parent 4ab091b commit d607e86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions framework/docs/src/3_framework/1_abstract_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,15 @@ Think of each of these bases as a foundation for building your application using

- <a href="https://crates.io/crates/abstract-app" target="_blank">App</a>
- <a href="https://crates.io/crates/abstract-adapter" target="_blank">Adapter</a>
- <a href="https://crates.io/crates/abstract-standalone" target="_blank">Standalone</a>

We will go into the technical details of these bases and their differences in the [Build With Abstract](../4_get_started/1_index.md)
section.

```admonish info
Need a reminder on what the differences are between these bases? Check out the [module types](./6_module_types.md) page.
```

## Example: Autocompounder

Let's take a look at what an `Autocompounder` app built with the Abstract SDK would look like. This `Autocompounder` has a dependency on two adapters, a `Dex` and `Staking` adapter. Drawing out the architecture would result in something like this:
Expand Down

0 comments on commit d607e86

Please sign in to comment.