Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Service dependencies recipes #303

Open tarnas14 opened 2 years ago

tarnas14 commented 2 years ago

We have a chain of responsibilities for specific services. Base Node depends on Tor Wallet depends on Base Node, which depends on Tor

Right now specific reduxtoolkit slices take care of these dependencies individually. We should have recipes and a generic mechanism to respect them to make the handling consistent and maintenance less costly.

The recipes could be even configured on the backend and returned to the frontend.