MUD logoMUD
StatusStatus (opens in a new tab)CommunityCommunity (opens in a new tab)TwitterTwitter (opens in a new tab)DiscordDiscord (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • What is MUD?
  • Get started
  • Protocol
    • Introduction
    • Data model
    • Tables
    • Table libraries
    • Encoding
    • Store hooks
      • StoreCore (internal)
      • IStore (external)
      • StoreHook
      • Miscellaneous
    • Introduction
    • Namespaces & Access Control
    • Tables
    • Systems
    • System Hooks
    • Function Selectors
    • Balance
    • Account Delegation
    • Batch Calls
    • Modules
      • Keys with Value
      • Delegation (interface)
      • Modules
      • Modules (interface)
      • Systems
      • Systems (interface)
      • World
      • World (interfaces)
      • World context
      • World context (interface)
      • Resource IDs
      • Miscellaneous
        • Access Control
        • Create2
        • Delegation
        • ERC165
        • ERC165 (interface)
        • Init Module
        • Init Module Implementation
        • SystemCall
  • Framework
  • Config
    • mud tablegen
    • mud worldgen
    • mud test
    • mud deploy
    • mud dev-contracts
    • mud abi-ts
    • mud faucet
    • mud set-version
      • RECS
      • Zustand
    • Indexer
    • Faucet

    • Replicating onchain state
    • Hello World
      • Add a table
      • Filter data synchronization
      • Add a system
      • Deploy to a blockchain
    • Extending a World
    • Emojimon
      • Preface: the ECS model
      • Getting started
      • Players and movement
      • Map and terrain
      • A wild Emojimon appears
      • Advanced features
      • Getting Started
      • Contracts
      • Vanilla
      • React-ECS
      • Three.js
    • Godot
    • Progressive Web App (for mobile)
    • Swift
    • Svelte
    • Unity
  • Contribute
  • Changelog
    • 2023-09-12 registerSystem vulnerability
  • What is MUD?
  • Get started
  • Protocol
    • Introduction
    • Data model
    • Tables
    • Table libraries
    • Encoding
    • Store hooks
      • StoreCore (internal)
      • IStore (external)
      • StoreHook
      • Miscellaneous
    • Introduction
    • Namespaces & Access Control
    • Tables
    • Systems
    • System Hooks
    • Function Selectors
    • Balance
    • Account Delegation
    • Batch Calls
    • Modules
      • Keys with Value
      • Delegation (interface)
      • Modules
      • Modules (interface)
      • Systems
      • Systems (interface)
      • World
      • World (interfaces)
      • World context
      • World context (interface)
      • Resource IDs
      • Miscellaneous
        • Access Control
        • Create2
        • Delegation
        • ERC165
        • ERC165 (interface)
        • Init Module
        • Init Module Implementation
        • SystemCall
  • Framework
  • Config
    • mud tablegen
    • mud worldgen
    • mud test
    • mud deploy
    • mud dev-contracts
    • mud abi-ts
    • mud faucet
    • mud set-version
      • RECS
      • Zustand
    • Indexer
    • Faucet

    • Replicating onchain state
    • Hello World
      • Add a table
      • Filter data synchronization
      • Add a system
      • Deploy to a blockchain
    • Extending a World
    • Emojimon
      • Preface: the ECS model
      • Getting started
      • Players and movement
      • Map and terrain
      • A wild Emojimon appears
      • Advanced features
      • Getting Started
      • Contracts
      • Vanilla
      • React-ECS
      • Three.js
    • Godot
    • Progressive Web App (for mobile)
    • Swift
    • Svelte
    • Unity
  • Contribute
  • Changelog
    • 2023-09-12 registerSystem vulnerability
    • Changelog
    • Contribute
  • Status (opens in a new tab)
  • Community (opens in a new tab)
  • Twitter (opens in a new tab)
  • Discord (opens in a new tab)
Question? Give us feedback → (opens in a new tab)Edit this page
CLI
mud faucet

mud faucet

This command is currently used to interact with the deprecated faucet service on the deprecated "lattice testnet". Once the new Redstone devnet is available, it will be updated to interact with the new faucet service.

In the meantime, we recommend to use the Redstone Holesky testnet (opens in a new tab) and self-hosted faucet service. See the sample client program (opens in a new tab) for a usage example.

mud abi-tsmud set-version

MIT 2023 © MUD