harmony-staking-widget
v1.0.14
Published
Harmony Staking Widget
Downloads
18
Readme
Harmony Staking Widget
Harmony Staking Widget
Install
For npm users:
$ npm install harmony-staking-widget --save
For Yarn users:
$ yarn add harmony-staking-widget
Usage
import React from 'react'
import { Widget } from 'harmony-staking-widget';
interface Props {
validator: string;
}
const StakingWidget: React.FC<Props> = ({ validator }) => {
return <Widget validator={validator} />
}
License
MIT © harmony