nft-helper
v0.0.2
Published
NFT helper for react powered by covalent
Downloads
2
Readme
nft-helper
NFT helper for react powered by covalent API
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