Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.51 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.51 KB

Staking.Kiwi Widget

The Staking.Kiwi Widget offers a quick way to integrate Staking.Kiwi functionality directly into your HTML page. Staking.Kiwi is a delegator’s cockpit and a staking aggregator that provides a one-stop solution for Solana staking:

  • User-friendly, clear and informative interface
  • Supports validators as well as stake pools
  • Validator and delegator accounting reports
  • Delegator cockpit with stake management tools

The Widget brings the power of Staking.Kiwi’s sleek design, ultrafast interface, and robust functionality to your website. Whether you’re a validator, delegator, or a staking enthusiast, embedding the Staking.Kiwi Widget ensures easy access to the reliable and user-friendly staking solution.

How to embed the widget

  1. Copy the code below and paste it to your HTML page between the <body>...</body> tags, where:
  • [YOUR VALIDATOR'S VOTE KEY] is the vote key of your validator node.
  • [THEME] is the Widget's theme: replace with light for a light theme, replace with dark for a dark one.
<iframe id="staking-kiwi-widget-0" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" class="" style="position: static; visibility: visible; width: 472px; height: 302px" title="Staking Kiwi widget" src="https://widget.staking.kiwi/?validator=[YOUR VALIDATOR'S VOTE KEY]&theme=[THEME]" ></iframe>
  1. Done! Delegators can now stake to your validator directly on your website.

Useful links