REALBITS
  • 💛Welcome!
  • REALBITS
    • 🚎Solution
    • 🍜Sites
  • Ecosystem
    • 🇹🇰Ecosystem
    • 🇩🇰Rent Market
  • SERVICE
    • 🏈AVAME
    • 🎎DULLS
    • 🌅FICTURES
    • 💹MARKET
    • 👻PIXMON
    • 🧠THOTHY
  • CONTRACTS
    • MARKET
      • getAllRegisterData
      • getRegisterData
      • registerNFT
      • getAllRentData
      • getRentData
      • rentNFT
      • rentNFTByToken
    • NFT
      • safeMint
    • WAGMI
  • Coding
    • Connect wallet
    • Mint NFT
    • Fetch all registered NFT
    • Fetch all rented NFT
    • Fetch one rented NFT
    • Change the registered NFT metadata
    • Rent NFT by base coin
    • Rent NFT by ERC20 token
    • Fetch the metadata of NFT
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Coding

Rent NFT by base coin

Last updated 1 year ago

Was this helpful?

  • User can rent NFT using base coin.

  • Developer can write the code which can let user rent NFT using base coin with web3 library such as wagmi.

  • You can test the example code.

https://codesandbox.io/s/rent-nft-by-base-coin-s7wwnn?file=/src/App.js