Glittr
  • Introduction
  • Protocol Overview
  • Contract Primitives
    • MOAs - Mint Only Assets
    • MBAs - Mint and Burn Assets
      • Vaults
    • Spec Contracts
    • Oracle Commitments
  • Building on Glittr
    • Setup
    • Faucet
    • Glittr SDK
    • Glittr Transactions
    • Glittr Contracts
    • Installing Glittr Wallet
    • Local Development Guide
  • GLIP
  • Node
    • Run a Bitcoin Node
    • Run a Glittr Node
  • Examples & Guide
    • Creating Tokens
    • Contract Custody
    • Complex Tokens
    • Vesting and Freemint Contract
    • Wrapped BTC Contract
    • USD Contract
    • Oracle Implementation Guide
    • Glittr Output Structure
    • AMM Contract
  • API Reference
    • Getting Assets API
  • APP EXAMPLES
    • Freemint App (NextJS)
    • Freemint App (React + Vite)
    • NFT App (React + Vite)
Powered by GitBook
On this page
  1. Building on Glittr

Faucet

PreviousSetupNextGlittr SDK

Last updated 4 months ago

You can acquire Test Bitcoin on Glittr devnet from our developer portal:

Steps:

  1. Go to .

  2. Sign in with Github or Google

  3. Paste your Bitcoin address to the Faucet Input

  4. Press Request button

Following the steps above will give you 0.1 BTC per request

Or you can use the API directly

curl https://claim-api.glittr.fi/api/claim/claim-address -d '{"address":"your bitcoin address"}' -H 'Content-type: application/json'  -v
https://dev.glittr.fi/
Glittr Developer Portal