paritytech / polkadot-sdk-docs

_THE_ Polkadot SDK Tutorial
19 stars 0 forks source link

Break up Basic pallet example into smaller pallets #27

Open sacha-l opened 1 year ago

sacha-l commented 1 year ago

The Basic Example pallet is really useful but could probably be broken down into smaller example pallets, focusing on the different things it demonstrates for e.g.:

Although this pallet has basic functionality in terms of what it does it by no means is basic 🫠

kianenigma commented 1 year ago

I think a lot of these topics are essentially reference docs and should be moved to this format, as opposed to an example pallet. See my comment in https://github.com/paritytech/polkadot-sdk/pull/1554#pullrequestreview-1629925100. Suggest concluding this before making example pallets.