LYNC
  • 👋INTRODUCTION
    • 👋Introducing LYNC
    • ⚙️Pre-Requisites
  • Products
    • LYNC Account Abstraction SDK
    • Metamask Wallet
    • OKX Wallet
    • LYNC In-Game Marketplace SDK
    • NFT Fetcher
    • LYNC Portal: Game Launcher
    • LYNC NFT Deployer
  • FEVM Support
    • LYNC Wallet SDK supporting FEVM
    • NFT Deployer -> FEVM
  • NPM Packages
    • Marketplace
      • Hook: useAllCollectionNFT
      • Hook: useAllBuyNFT
      • Hook: useAllOwnerNFT
      • Hook: useNFTDetails
      • Hook: useAllNFTForRent
Powered by GitBook
On this page
  • Steps to setup Marketplace NPM inside any project:
  • Custom Hooks
  • List of chains
  1. NPM Packages

Marketplace

LYNC Marketplace NPM SDK allows anyone to create their own decentralized marketplace, including Buy/Sell and Rent/Lend for ERC-721 and ERC-1155 contracts in a few lines of code.

PreviousNFT Deployer -> FEVMNextHook: useAllCollectionNFT

Last updated 1 year ago

Steps to setup Marketplace NPM inside any project:

Before intergating the marketplace, we will need to integrate

Install Wallet NPM Package: npm i lync-wallet-sdk and set up wallet integration as

Once done, We are ready to install LYNC Marketplace NPM Package.

Install NPM Package: npm install @lync/marketplace

Step 1: Create a .env file to store your private keys

Example .env file:

REACT_APP_ALCHEMY_KEY=""

Custom Hooks

List of chains

  • ChainConfig.MATIC_MUMBAI

  • ChainConfig.ETH_GOERLI

  • ChainConfig.ARB_GOERLI

LYNC Wallet SDK
mentioned here
useAllCollectionNFT
useAllBuyNFT
useAllOwnerNFT
useNFTDetails
useAllNFTForRent