Skip to content

Commit

Permalink
Update structure section
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Jan 10, 2025
1 parent 00d1a4f commit f642481
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository houses the code required to build the runtimes for Polkadot, Kus

## Structure

Each leaf folder contains one runtime crate:
Runtimes can be found in the `relay` and `system-parachains` top-level folders, each leaf folder of which contains one runtime crate:

<!-- Run "tree -I 'target' -d -L 3" and then delete some folders from Polkadot and Kusama. -->

Expand All @@ -21,8 +21,15 @@ Each leaf folder contains one runtime crate:
│ └── bridge-hub-polkadot
├── collectives
│ └── collectives-polkadot
└── gluttons
└── glutton-kusama
├── coretime
│ ├── coretime-kusama
│ └── coretime-polkadot
├── encointer
├── gluttons
│ └── glutton-kusama
└── people
├── people-kusama
└── people-polkadot
```

## Approval rights
Expand Down

0 comments on commit f642481

Please sign in to comment.