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
  1. Getting Started
  2. Getting Started

Binary Overview

To list available command of the binary (base on version of binary)

sixd --help

In this tutorial we use many of flags. And the meaning of them are:

# Point the six-testnet rpc endpoint
--node https://rpc1.fivenet.sixprotocol.net:443

# Point the six-mainnet endpoint
--node https://sixnet-rpc.sixprotocol.net:443

# Specify who is signing message
--from <address>

# Specify where can we get the private key to sign // os means local os device
--keyring-backend=os

# Gas limit to set per-transaction
--gas auto

# Adjustment factor to be multiplied against the estimate returned by the tx simulation
--gas-adjustment

# Gas prices in decimal format to determine the transaction fee
--gas-prices

# Skip tx broadcasting prompt confirmation
-y
PreviousDeveloper ResourcesNextCreate Account

Last updated 2 years ago