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
  • Description
  • Sequence Diagram
  • Site
  • GitHub
  • NFT Metadata

Was this helpful?

Export as PDF
  1. SERVICE

AVAME

Talk to AI avatar

Last updated 6 months ago

Was this helpful?

Description

Users can select avatar character and have a dialogue.

Sequence Diagram

Site

GitHub

NFT Metadata

{ 
    "name": "NFT name #1",
    "symbol": "NST",
    "description": "For people who like NFT.",
    "image": "https://test-nft.s3.ap-northeast-2.amazonaws.com/image/1.png",
    "realbits":
    {
        "glb_url": "https://test-nft.s3.ap-northeast-2.amazonaws.com/glb/1.glb",
        "vrm_url": "https://test-nft.s3.ap-northeast-2.amazonaws.com/vrm/1.vrm"
    },
    "attributes": [
        { "trait_type": "Body", "value": "1" },
        { "trait_type": "Body_Top", "value": "1" },
        { "trait_type": "Body_Bottom", "value": "1"}
    ]
}

name

  • NFT token name

symbol

  • NFT symbol

description

  • NFT token description

image

  • NFT token snapshot image for market display

realbits - glb_url

  • Attribute for avatar chatting or metaverse service

  • This glb file will be used for avatar display

realbits - vrm_url

  • Attribute for avatar chatting or metaverse service

  • This vrm file will be used for showing avatar

attributes - trait_type

  • Attribute for general purpose

attributes - value

  • Attribute for general purpose

🏈
https://test.avame.xyz
https://github.com/realbits-lab/avame
Avatar screen