tari-project / tari-universe

Other
0 stars 3 forks source link

feat(ui): add state management #108

Closed MCozhusheck closed 4 months ago

MCozhusheck commented 4 months ago

Description

Implement redux state management

Motivation and Context

We were relying on the useContext and to hold global state including:

As application grows it's will become much difficult to manage state and if we plan to introduce some complicated transaction confirmation, like running simulation etc.

How Has This Been Tested?

Tested manually

What process can a PR reviewer use to test or verify this change?

Run local tari swarm, and launch tari universe. To test if transaction are working as expected add faucet tapplet and deploy on local network.

Breaking Changes