babylonlabs-io / simple-staking

Other
8 stars 10 forks source link

Implement EOI service #220

Open totraev opened 3 weeks ago

totraev commented 3 weeks ago

Put all logic related to EOI into separate service which wrapped up into custom hook useEOIService. It should implement next methods:

  1. consent to slashing
  2. consent to slashing during unbonding
  3. BTC-BBN address binding for receiving staking rewards
  4. EOI transaction
  5. Submit the staking transaction to BBN
jrwbabylonlab commented 3 weeks ago

Blocked by #189