Implementation strategy
We can divide this feature in following steps :
- Synchronizing current staking information
- Showing to the user those informations
- Fetching validator list so the user can delegate to them
- Crafting right transactions
- Implementing staking actions in modals - flows
- Managing more tx types in history
⚠️
There is sadly no coin-framework ready way to handle staking currently, so it relies on UI modularization for now (eg. overriding / implementing custom components)