Zen Protocol Documentation
WebsiteTelegramBlogForum
  • Zen Protocol Docs
  • Apps
    • Headless Full Node
      • Full Node NPM Package
      • Build from Source
      • CLI
      • API
        • Wallet
        • Contracts
        • General
        • Blockchain
        • AddressDB
      • Deploy
        • Systemd
        • Shell script
        • Docker
      • Technical Model
      • AddressDB
    • Wallet
      • Desktop Wallet
        • Installers
      • Web Wallet
        • Run Locally
      • Wallet User Guide
        • Connect a Wallet
          • Create a Wallet
          • Import a Wallet
          • Watch Mode
        • My Wallet
          • Navigation Bar
          • Portfolio
          • Receive
          • Send / Execute
          • Transaction History
        • Contracts
          • Active Contracts
          • Execute a Contract
            • Message Body Field
          • Extend a Contract
          • Activate a Contract
        • Voting
          • Common Goods Pool
            • Generating a Ballot ID
          • Governance
        • Signer
        • Settings
          • Account Settings
          • Node Connectivity
      • Deprecated Desktop Wallet
        • Executable Installers
        • Wallet Structure
          • Video Tutorials
    • Explorer
    • Zen.js
      • Payment Processing
    • Oracle
      • Oracle GUI
      • Oracle Service
      • Oracle's API
      • Deploy
        • Systemd
        • Docker
      • How the Oracle contract works
      • How to create an Attestation token
    • Dex
      • Dex User Guide
        • Traded Pairs
        • Search Pairs
        • Order Book
        • Operations
        • My Wallet
        • Settings
      • How DEX contract works
    • Fixed Payout
      • Fixed Payout Generator User Guide
        • Issue
        • Redeem
        • Cancel
        • Verify
        • Settings
      • How the FP Contract works
      • How are the asset named?
  • Smart Contracts
  • Contract Structure
  • Contract Cost
  • Contract Activation
  • Contract Examples
  • Smart Contracts SDK
  • Contracts Language ZF*
  • Named Token Tutorial
  • Consensus
  • Common Goods Pool
  • Block Validation
  • Transaction Validation
  • Serialization
  • Use Cases
    • Create Unsigned Transaction
    • Secure Sign Transaction
    • Cold Storage using Full Node
  • Troubleshooting
    • Responsible Disclosure
    • Bug Bounty
    • Known Bugs
  • For Miners
    • Pools
    • GPU Mining
    • GPU Bounties
  • Check Crowdsale Contribution
  • Alpha call option
Powered by GitBook
On this page
  • Wallet Overview
  • Receive Tokens (From Others)
  • Send Tokens (To Others)
  • General Info (Bottom Left)
  1. Apps
  2. Wallet
  3. Deprecated Desktop Wallet

Wallet Structure

Here you can read an overview of the basic send and receive features, and information about the different aspects of the desktop wallet.

Wallet Overview

  • Portfolio – View list of assets, their hash name, and current balance.

  • Send – Submit address you want to send your tokens to, select asset (token) you would like to send, and enter the amount.

  • Receive – Address used to receive Zen Tokens (or other compatible tokens) to your wallet

  • Transaction - View all recent transaction to and from your wallet

  • Active Contracts – This is a list of all contracts that are currently active on the blockchain.

  • Saved Contract – Easy access to previously used contracts and templates

  • Blockchain Logs - See some of the important messages from the CLI for easy troubleshooting purposes

  • Settings - Update your settings, wipe the blockchain and seed from your device, or switch to the 'Testnet' with a single click

Receive Tokens (From Others)

  1. Click the Receive tab (left panel).

  2. Click on address or copy button

    1. Either one will copy your address to receive tokens to the clipboard for easy pasting

  3. Send your address to someone who wants to transfer you tokens.

Send Tokens (To Others)

  1. Click the Send tab (left panel).

  2. Enter other person's address.

  3. Choose Asset

    1. Tokens in portfolio are already hard-coded options.

  4. Enter Amount you want to send

  5. Click Send (blue)

General Info (Bottom Left)

Chain: mainnet or testnet (testnet is a separate chain for development and testing purposes).

Blocks: # of blocks downloaded locally from the current chain.

Headers: # of blocks validated in the current chain.

Mining Difficulty: The current difficulty of mining.

MTP: “Median Time Past” — the minimum time for all future blocks on this chain.

Connections: # of active nodes you are paired with.

Wallet Version: Current wallet GUI (General User Interface) version — v0.9.0 will be the first Mainnet wallet release.

Node Version: Current node version — v0.9.0 will be the first Mainnet node release.

PreviousExecutable InstallersNextVideo Tutorials

Last updated 6 years ago