Skip to content
Draft
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The **DNP_DAPPMANAGER** handles the Dappnode core DNPs and any user installed DN

- :bust_in_silhouette: For user / usage documentation go to the [user guide](https://docs.dappnode.io/docs/user/getting-started/choose-your-path)
- :wrench: For developers check the [technical documentation](https://docs.dappnode.io/docs/dev)
- :books: For repository management system documentation see the [wiki](./wiki/)
- :speech_balloon: For feedback and reporting problems please [submit an issue](https://github.com/dappnode/dappnode/issues/new) or contact us on [Discord](https://discord.gg/dappnode)

It is an AragonApp whose repo is deployed at this address: [0x0c564ca7b948008fb324268d8baedaeb1bd47bce](https://etherscan.io/address/0x0c564ca7b948008fb324268d8baedaeb1bd47bce) and whose ENS address is: [dappmanager.dnp.dappnode.eth](https://etherscan.io/enslookup?q=dappmanager.dnp.dappnode.eth])
Expand Down
17 changes: 17 additions & 0 deletions wiki/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DAppNode Repository Management Wiki

This wiki contains comprehensive documentation about how DAppNode's decentralized package management system works.

## Table of Contents

- [Repository Management System](./repository-management-system.md) - Complete guide to how DAppNode manages packages through smart contracts and IPFS
- [Smart Contracts Overview](./smart-contracts-overview.md) - Detailed information about the Directory, Registry, and Repository smart contracts
- [Package Distribution](./package-distribution.md) - How packages are discovered, downloaded, and installed

## Quick Start

If you're looking to understand how DAppNode manages packages, start with the [Repository Management System](./repository-management-system.md) document.

## Contributing

This documentation is maintained alongside the DAppNode DAPPMANAGER codebase. To contribute improvements or corrections, please submit a pull request.
Loading