Summary
We need a smart contract with access control that apps can use to add 1 news per week. The news must contain: title, description, image url, call_to_action_url.
Every app admin can have a designated address for this, we could allow each admin of "X2EarnApps" to be able to assign 1 address.
The news should be updatable (in case of typos or change or mind).
In our kit we fetch the last 5 news and show them in the ecosystem content. If user wants to know more then we use pagination to fetch all.
Basic Example
Example UI:


Summary
We need a smart contract with access control that apps can use to add 1 news per week. The news must contain: title, description, image url, call_to_action_url.
Every app admin can have a designated address for this, we could allow each admin of "X2EarnApps" to be able to assign 1 address.
The news should be updatable (in case of typos or change or mind).
In our kit we fetch the last 5 news and show them in the ecosystem content. If user wants to know more then we use pagination to fetch all.
Basic Example
Example UI: