node icon indicating copy to clipboard operation
node copied to clipboard

Add a staking stateful precompile contract

Open lumtis opened this issue 1 year ago • 0 comments

Describe the Issue The staking stateful precompile contract allows to delegate ZETA for staking through the EVM.

It should contains the basic integration of the staking module:

delegate()
redelegate()
undelegate()
claim()

lumtis avatar Aug 20 '24 08:08 lumtis