NFT Gen 2 Tech Doc
  • Introduction
  • Overview
    • NFT Data Chain
    • Cosmos SDK
    • Modules
      • Core Module
      • Oracle
  • Integration
    • Creating Schema
    • System Mode
      • Minting
      • Sending Action
    • User Mode
      • Minting
      • Sending Action
  • Data-chain Base URI
  • Getting Started
    • Installation (Golang)
    • Getting Started
      • Download Binary
      • Developer Resources
      • Binary Overview
      • Create Account
      • Faucet
      • Deploy NFT Gen2
      • Perform Action of NFT Gen2
      • Update NFT Schema
      • Script
    • SDK Package for NodeJs
      • Example Resources
      • Deploy NFT Gen2
      • Perform Action of NFT Gen2
      • Update NFT Schema
    • SDK for GO
      • Requirements
      • Installation
      • Usage
      • Preparing Key for Authentication
      • Supported Messages and Queries
      • Examples
    • Six Protocol Developer Community
Powered by GitBook
On this page
  • Request six faucet on fivenet
  • To query balance of the account
  1. Getting Started
  2. Getting Started

Faucet

PreviousCreate AccountNextDeploy NFT Gen2

Last updated 2 years ago

Request six faucet on fivenet

Visit and follow these step:

  1. Connect with your twitter account and you will get result like this:

  1. Make sure that you have the following requirement as it says

  2. Input you six network address and then wait for the process ( may be you want to query you account to check it)

To query balance of the account

sixd query bank balances <your_address> --node https://rpc1.fivenet.sixprotocol.net:443
# balances:
# - amount: "100000"
#  denom: usix
# pagination:
#   next_key: null
#   total: "0"
fivenet faucet
SIX faucet page
Result