#content #managed #pallet #collective #polkadot #ipfs #announcements

no-std pallet-collective-content

Managed content (polkadot v1.10.0)

9 breaking releases

new 0.10.0 Apr 8, 2024
0.9.0 Mar 18, 2024
0.8.0 Feb 26, 2024
0.5.0 Dec 12, 2023
0.4.0 Nov 20, 2023

#7 in #collective

Download history 9/week @ 2024-01-22 17/week @ 2024-02-12 58/week @ 2024-02-19 173/week @ 2024-02-26 10/week @ 2024-03-04 9/week @ 2024-03-11 118/week @ 2024-03-18 126/week @ 2024-04-01

255 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

27KB
399 lines

Managed Collective Content Pallet

The pallet provides the functionality to store different types of content. This would typically be used by an on-chain collective, such as the Polkadot Alliance or Ambassador Program.

The pallet stores content as an [OpaqueCid], which should correspond to some off-chain hosting service, such as IPFS, and contain any type of data. Each type of content has its own origin from which it can be managed. The origins are configurable in the runtime. Storing content does not require a deposit, as it is expected to be managed by a trusted collective.

Content types:

Dependencies

~19–33MB
~538K SLoC