Delegating to a validator #279
-
[How to delegate using SDK]I'm not able to find any doc related to Staking. Is there any documentation around that shows how to craft a Delegation tx? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hey @roccomuso, Thank you for reaching out, and I apologize for the late reply. We're currently in the process of adding docs that have information on our staking implementation. Our current staking implementation is located on the We don't have any kind of delegation mechanism currently, but plan to add it in the future. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll wait for the doc. What I'm trying to achieve is just allow to craft a tx to "stake" and "unstake". That's it |
Beta Was this translation helpful? Give feedback.
-
Waiting for this feature also. |
Beta Was this translation helpful? Give feedback.
-
Hey @roccomuso and @MagnusTran, We're working on integrating the PoA and PoS consensus into the official Polygon SDK releases, so users can choose which one they want seamlessly (PR #219) We'll also be providing the docs along with this addition. I'll ping you here once we merge out these features 👍 |
Beta Was this translation helpful? Give feedback.
-
@MagnusTran @roccomuso Just for additional clarification, what @zivkovicmilos is mentioning is a consensus feature of Polygon-SDK, as a tool & a fully featured blockchain client for spinning up your own ethereum-compatible networks. We are not working on a feature to create stake/unstake transactions for the Polygon PoS mainnet from JavaScript or any other clientside/backend piece of software, but you can ping the folks at the Discord server for assistance if that's what you're looking for. Best regards! |
Beta Was this translation helpful? Give feedback.
Hey @roccomuso and @MagnusTran,
We're working on integrating the PoA and PoS consensus into the official Polygon SDK releases, so users can choose which one they want seamlessly (PR #219)
We'll also be providing the docs along with this addition.
The current time frame looks ~2 weeks from now.
I'll ping you here once we merge out these features 👍