BlockDAG Docs
  • 🎯Introduction to BlockDAG
  • ⭐GETTING STARTED
    • What is BDAG?
    • Introductory Concepts
      • Decentralized Application (dApps)
      • Accounts
        • EVM Account
        • UTXO Account
      • Transactions
      • Blocks
      • EVM
        • Opcodes
      • Gas Fees
    • Nodes and Mining
      • Testnet Node Setup
    • BlockDAG Architecture
      • Architecture Overview
      • Core Modules and Components
      • Development and Implementation
      • Blockchain Features
      • Consensus Algorithm
  • TEST/MAIN NETWORKS
    • Testnet Alpha
    • Testnet Beta 1: Primordial
      • Network Details
  • BlockDAG Tools
    • Block Explorer
    • Faucet
    • Smart Contract IDE
      • IDE Layout
      • How to create and deploy
    • Contracts Wizard
  • BlockDAG Client APIs
    • EVM RPC
    • WebSocket
  • BlockDAG dApps
    • Create dApps
    • dApps Overview
    • Reflection User Guide
      • Home
      • Reflection Dashboard
      • Reflection
    • Lottery User Guide
      • Lottery Dashboard
      • Lottery
      • Participants
  • Block Explorer
    • EVM
      • Home
      • Block List
        • Block Detail
      • Transaction List
        • Transaction Detail
      • Address Details
      • Contract Listing
        • Contract Details
          • Transfer Tab
          • Holders Tab
          • Events Tab
          • Info Tab
          • Contract Tab
            • Code Tab
            • Read Tab
            • Write Tab
        • Contract Owner
        • Contract Verification
        • Contract Transaction Details
      • Tokens List
        • Token Detail
          • Transfer Tab
            • Transfer Detail Tab (Overview)
            • Transfer Detail (Logs)
          • Holders Tab
            • Holders Detail
          • Events Tab
          • Info Tab
          • Contracts Tab
        • Token Transfer
      • Node Visualizer
      • Faucet
    • UTXO
      • UTXO Home
      • Block List (UTXO)
        • Block Details (UTXO)
      • Transaction List (UTXO)
        • Transaction Details (UTXO)
      • Address Details (UTXO)
Powered by GitBook

Copyright Š BlockDAG

On this page

Was this helpful?

Edit on GitHub
  1. Block Explorer
  2. EVM

Faucet

PreviousNode VisualizerNextUTXO

Last updated 2 months ago

Was this helpful?

This module allows developers to obtain a small amount of cryptocurrency specifically designed for testing applications, smart contracts, or new features on a blockchain devnet without using real assets.

The “Wallet Address” field allows users to enter their wallet address to receive the faucet funds in their entered wallet address.

The “Amount” field allows the user to enter the amount they want to get from the devnet faucet into their wallet.

The “Send me BDAG” button when clicked triggers the sending of faucet funds into the user's wallet address.

In the faucet screen, users can only get the testnet funds in order to make transactions on the BDAG blockchain explorer and these are not the real values which users can use on the mainnet.

Users can use this explorer to play around with the functionality and get the experience of how the explorer will work in actuality. There are few validations in place to allow every user a fair chance to test it.

  1. In 24 hours there will only be allowed 10 transactions per address and each time user can get 10 BDAG.

  2. If the address already has 100 BDAG then no more test funds can be transferred to that account.

  3. If you need more contact us on — Ask for wallet address and gmail account.

The “Transaction ID” section displays the unique identifier for each transaction made by the faucet, showing details such as the sender, receiver, and transaction amount.

The “Address” section displays the wallet address that received test tokens from the faucet.

The “Amount” section displays the amount of test tokens distributed to the specific wallet address.

The “Age” section indicates the time elapsed since the transaction occurred, providing a timeline for the distribution of test tokens.

The “View All Faucet Transactions” option when clicked will provide a detailed view of all the faucet transactions.