1.0.0 • Published 11 months ago

universalstaking v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

universalstaking

universal staking calls

NPM JavaScript Style Guide

Install

npm install --save universalstaking

Usage

import React, { Component } from 'react'

import { useMyHook } from 'universalstaking'

const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}

License

MIT © civa


This hook is created using create-react-hook.

1.0.0

11 months ago