-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vladimir Koryagin
committed
Nov 21, 2024
1 parent
e1e43ad
commit 93f050d
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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. | ||
|
||
```html | ||
<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> | ||
``` | ||
|
||
2. Done! Delegators can now stake to your validator directly on your website. | ||
|
||
## Useful links | ||
|
||
* Staking Kiwi: [https://staking.kiwi/](https://staking.kiwi/). |