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. CONTRACTS

NFT

Non-Fungible Token based ERC-721 interface

Last updated 1 year ago

Was this helpful?

We have 3 kinds of NFT.

rentNFT is a general NFT smart contract. Most of NFT can use this open source.

promptNFT is a specialized NFT only for image gallery service. This not only supports ERC-721 interface, but also provides a encryption and decryption of prompt data.

paymentNFT is for service payment usage. This is based on rentNFT smart contract. Only different part is smart contract name.

rentNFT
promptNFT
paymentNFT
https://github.com/realbits-lab/rent-market/tree/main/contracts