Saseul Gold Docs
  • Saseul Gold Docs
  • Network CLI
    • Using Saseulgold Network CLI
    • Wallet Interface
      • Representative Wallet Settings
      • Check your wallet balance
      • Remittance
    • Dex Interface
      • Get Token Detail
      • Mint Token
      • Transfer Token
      • Swap
      • ProvideLiquidity
    • Swap Process
      • Example
  • Dex API
    • Using Dex API
    • Token Info API
    • Token Mint API
    • Token Pair Info API
    • Provide Liquidity API
    • Faucet API
    • Swap
    • Liquidity Withdraw
    • Balance Of
    • Transfer
  • Backend API
    • Using Backend API
    • Token Detail API
    • Token List API
    • Pair List API
    • Pair Detail API
    • Pair Transaction Candle API
    • Block List API
Powered by GitBook
On this page
  1. Network CLI
  2. Wallet Interface

Remittance

./sg wallet send -t

-a --amount string amount

-h --help help for send

-p --peer string peer to get balance (default "localhost:9001")

-t --toaddress string to address

  • example 867b8991f4f2eb94398d4647f5dc57b30f8cb36acdf wallet 100 in the network of local hosts To transfer the coin, I run cli as below.

./sg wallet send -p localhost:9001 -a 100 -t 867b8991f4f2eb94398d4647f5ddc57b30f8cb
PreviousCheck your wallet balanceNextDex Interface

Last updated 3 months ago