0.1.22 • Published 9 months ago

hyperlink-nft-badge v0.1.22

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

ERC-5489 NFT Hyperlink Extension SDK

Welcome to the documentation for the ERC-5489 NFT Hyperlink Extension SDK. This SDK provides a convenient way for developers to interact with hNFTs (NFTs with hyperlinks) on the Ethereum (or any EVM compatible) blockchain. With this SDK, developers can easily utilize and manage hyperlinks attached to NFTs.

See live demo here.

Getting Started

Installation

To install the ERC-5489 NFT Hyperlink Extension SDK, follow these steps:

  • Open your terminal or command prompt.
  • Navigate to your project directory.
  • Run the following command to install the SDK via npm:
npm install hyperlink-nft-badge

Alternatively, you can use yarn:

yarn add hyperlink-nft-badge

Once the installation is complete, you can import the SDK into your project and start using its functionalities.

Usage

The ERC-5489 NFT Hyperlink Extension SDK provides several methods for interacting with hNFTs. Here's an overview of the available functionalities.

Use as React Component

import { HnftBadge } from 'hyperlink-nft-badge';

<div className='badge-container'>
  <HnftBadge hnftImageUrl={imageUrl} hnftContractAddress={hnftContractAddr} hnftTokenId={hnftTokenId}></HnftBadge>
</div>

Use as Web Components

import 'hyperlink-nft-badge'; in your top level component. Then use <hyperlink-nft-badge> like any other HTML element.

<div class="badge-container">
  <hnft-badge hnftImageUrl="https://foo.images.url/123" hnftContractAddress="0x123abc" hnftTokenId="1"></hnft-badge>
</div>

API

The HnftBadge component accepts the following properties:

PropertyTypeDescription
hnftImageUrlstringThe url of the image of the NFT
hnftContractAddressstringThe contract address of NFT
hnftTokenIdnumberThe tokenId of NFT
darkModebooleanUse dark UI styles
0.1.10

10 months ago

0.1.11

10 months ago

0.1.12

10 months ago

0.1.13

10 months ago

0.1.15

10 months ago

0.1.20

9 months ago

0.1.21

9 months ago

0.1.22

9 months ago

0.1.0

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.16

10 months ago

0.1.8

10 months ago

0.1.17

10 months ago

0.1.7

11 months ago

0.1.18

9 months ago

0.1.19

9 months ago

0.1.9

10 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago