ObolNetwork / obol-splits

A forge repository of smart contracts to manage Distributed Validators
14 stars 15 forks source link

Implement Base Split Contract #123

Open boulder225 opened 7 months ago

boulder225 commented 7 months ago

🎯 Problem to be solved

Split implementations are duplicated across various split implementations. This redundancy leads to a less efficient codebase, making it harder to maintain, more prone to errors, and less secure.

🛠️ Proposed solution