0.0.2 • Published 3 years ago

nft-helper v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

nft-helper

NFT helper for react powered by covalent API

NPM JavaScript Style Guide

Install

npm install --save nft-helper

Usage

import React, { Component } from 'react'
import { CryptoKittyOwnerById } from 'nft-helper'
import 'nft-helper/dist/index.css'

const App = () => {
  return (
    <>
      <CryptoKittyOwnerById text=" 👻 v0.0.1  " />
    </>
  )
}
export default App

License

MIT © NFTaftermarket