0.1.1 • Published 1 year ago

final-project-2 v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

final-project-2 nftgallery

NFTGallery widget/library for React.

Features:

  • displays NFT gallery depending on smart contract, network, apikey, owner
  • that's it I guess

Quickstart

npm install --save final-project-2
import React from 'react'
import Gallery from 'final-project-2'

export const MyImg = () => (
  <Gallery
    owner={'YOUR_OWNER_KEY'}
    contract={'YOUR_CONTRACT_KEY'}
    apiKey={'YOUR_API_KEY'}
    numberOfImages={numberOfImages}
    network={'ETH_MAINNET'}
    />
)

Good luck making it work