Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This is a more in depth description of the Dai core contracts. The
previous iteration of Dai was called Single Collateral Dai (SCD), or
`sai`, and is found at https://github.com/makerdao/sai

## Documentation

- **[DSS (Mintlify)](https://mintlify.wiki/sky-ecosystem/dss)** — Reference for this repository’s contract structure: core accounting (Vat), liquidations, rates (Jug, Pot), settlement (Vow, End), and how the pieces fit together.
- **[Sky Protocol developer portal](https://developers.skyeco.com/)** — Broader ecosystem documentation (tokens, vaults, governance, peg modules, bridges, etc.). Use it alongside this guide when you need product- or integration-level detail rather than low-level `dss` layout.

The [wiki](https://github.com/makerdao/dss/wiki) and this file remain the in-repo narrative; Mintlify is useful for navigating contracts by name and subsystem.


## Tooling

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ whitepaper.

## Additional Documentation

`dss` is also documented in the [wiki](https://github.com/makerdao/dss/wiki) and in [DEVELOPING.md](https://github.com/makerdao/dss/blob/master/DEVELOPING.md)
`dss` is also documented in the [wiki](https://github.com/makerdao/dss/wiki) and in [DEVELOPING.md](https://github.com/makerdao/dss/blob/master/DEVELOPING.md).

**Contract structure and core interfaces:** the Sky ecosystem publishes [DSS documentation](https://mintlify.wiki/sky-ecosystem/dss) (built with [Mintlify](https://mintlify.com)), including the Vat, liquidations, stability fees, Dai Savings Rate, and settlement.

**Protocol and product documentation:** for tokens, vaults, governance, bridges, and other Sky-facing integration topics, see the [Sky Protocol developer portal](https://developers.skyeco.com/).

## Design Considerations

Expand Down