Glacier Network
WebsiteDevelopersGithub
  • 👋Welcome
  • 🙌Getting started
    • AI Industry
    • Technical Architecture
      • Background
      • GlacierDB
      • GlacierAI
      • GlacierDA
      • Trusted Execution Environments (TEE)
      • Secure Multiparty Computation(MPC)
      • Fully Homomorphic Encryption (FHE)
      • EigenLayer AVS
    • Glacier Nodes
      • Verifier Nodes
      • Data Availability(DA) Nodes
      • TEE Computation Nodes
      • Indexer Nodes
      • Run Mainnet Nodes
        • Nodes Portal Tutorial
        • Linux CLI
        • Using Docker
        • FAQ
      • Testnet
        • Linux CLI
        • Using Docker
        • FAQ
  • 📜tutorial
    • ▪️Choose Your Storage Layer
    • ▪️Build Datasets on Arweave
      • ▪️Connect Wallet
      • ▪️Playground
        • ▫️Create Namespace
        • ▫️Create Dataset
        • ▫️Create Collection
        • ▫️CRUD
      • ▪️Scan
    • ▪️Build Datasets on BNB Greenfield
      • ▪️Connect Wallet
      • ▪️Playground
        • ▫️Create Namespace
        • ▫️Create Dataset
        • ▫️Create Collection
        • ▫️CRUD
      • ▪️Scan
    • ▪️Build Datasets on Filecoin
      • ▪️Connect Wallet
      • ▪️Playground
        • ▫️Create Namespace
        • ▫️Create Dataset
        • ▫️Create Collection
        • ▫️CRUD
      • ▪️Scan
    • ▪️How to Use Chatbot-Bench
    • ▪️Mint NFT
      • ▪️Preparation
      • ▪️NFT Mint for Monetization
  • 📖Resources
    • Contract Addresses
    • 🌐Website
    • 📄Whitepaper
    • 🐦Twitter
    • 👾Discord
    • Telegram
    • 📱Telegram_news
    • 📹Youtube
    • 📃Medium
    • 📧Email
Powered by GitBook
On this page
  1. tutorial
  2. Build Datasets on Arweave

Scan

PreviousCRUDNextBuild Datasets on BNB Greenfield

Last updated 8 months ago

Transactions: A database transaction is a single logical unit of work on-chain, representing the minimum operation process unit that cannot be further divided. You can view all the historical operations records on GlacierScan.

Collections: A collection is like a table, and creating a Collection requires specifying the Dataset it belongs to. It shows the number of Collections on GlacierScan.

Datasets: The Dadasets catalog shows all the historical dataset records sorted by the last modified time order.

Addresses: It is the cumulative number of wallet addresses connected in Glacier.

Buildings: ArWeave Bundlr does not immediately write Blocks to ArWeave, but performs further accumulation and finally writes to ArWeave in large batches. Buildings is the number of transactions waiting to load to Arweave Bundlr.

Pendings: Pendings is the number of transactions in the process of loading to Arweave Bundlr.

Blocks: When the write requests of several transactions accumulate to a certain amount, it will generate a Block, which will be written to the ArWeave Bundler.

📜
▪️
▪️