telosnetwork / telos-wallet

Native & EVM Web Wallet for transfers, staking, digital collectibles, and more
https://wallet.telos.net
Apache License 2.0
9 stars 8 forks source link

incorporate staking management code from teloscan into the new store library #222

Closed Viterbo closed 11 months ago

Viterbo commented 1 year ago

Overview

In order to implement staking in the new Telos wallet for EVM, we need to incorporate the staking management code from Teloscan. This code currently solves the staking problem on the Teloscan site and can be used to provide a similar solution in the new wallet.

Acceptance Criteria

Technical notes

Those methods contain most of the effort: https://github.com/telosnetwork/teloscan/blob/dev/src/pages/staking/Staking.vue#L63-L249

donnyquixotic commented 11 months ago

Implemented