1.0.2 • Published 2 years ago

@graviton-inc/nft-embed v1.0.2

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

NFT Embed component

NFT Embed component is a wrapper of the nft, collection embed (https://www.nftembed.org/)

Installation

npm i @graviton-inc/nft-embed

Usage

import { NFTEmbed, CollectionEmbed } from '@graviton-inc/nft-embed';

<NFTEmbed 
    tokenAddress={"0x1cBB182322Aee8ce9F4F1f98d7460173ee30Af1F"} 
    tokenId={4154}
    saleSplitFee={10} 
    saleSplitAddress={"0xeEE5Eb24E7A0EA53B75a1b9aD72e7D20562f4283"} 
    showMarket={true} 
    width={810} 
    height={500} 
    frameBorder={0}
/>

<CollectionEmbed 
    tokenAddress={"0xb5433e67c067cad4cb36529f3f2d61ec0fb59f89"} 
    saleSplitFee={10} 
    saleSplitAddress={"0xeEE5Eb24E7A0EA53B75a1b9aD72e7D20562f4283"} 
    showMarket={true} 
    width={810} 
    height={500} 
    frameBorder={0}
/>