Skip to content

Commit

Permalink
created README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Koryagin committed Nov 21, 2024
1 parent e1e43ad commit 93f050d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
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/).

0 comments on commit 93f050d

Please sign in to comment.