🔬
InfraBlockchain-Antelope
  • Introduction To InfraBlockchain-Antelope
    • What is InfraBlockchain-Antelope?
    • Resources and Essentials
    • Products and Supports
  • Users
    • Accounts and Wallets
  • Block Producers
    • Getting started with InfraBlockchain-Antelope Block Producers
      • What is InfraBlockchain-Antelope Block Producer node
      • Types of nodes
      • InfraBlockchain-Antelope Block Producer Requirements
      • Setting up InfraBlockchain-Antelope Block Producer node
    • InfraBlockchain-Antelope Network Resources
  • For Developers
    • Getting started for developers
    • Overview
      • Core Concepts
      • Technical Features
      • Protocol
        • Consensus Protocol
        • Transactions Protocol
        • Network Peer Protocol
        • Accounts & Permissions
    • Developer guides: InfraBlockchain-Antelope Native
      • Platform & Toolchain
      • Development Environment InfraBlockchain-Antelope Native
        • Try InfraBlockchain-Antelope
        • Prerequisites
        • Before You Begin
        • Install the Contract Dev Toolkit
        • Create Development Wallet
        • Start infra-keychain and infra-node
        • Create Test Accounts
      • Smart Contract Development
        • Hello World Contract
        • Deploy, Issue & Transfer Tokens
        • Understanding ABI Files
        • Data Persistence
        • Secondary Indices
        • Adding Inline Actions
        • Inline Actions to External Contracts
        • Creating & Linking Custom Permissions
        • Payable Actions
      • InfraBlockchain-Antelope System Contracts
        • infra.system
          • authproducer
          • addsystoken
          • rmvsystoken
          • settxfee
          • unsettxfee
        • sys.tokenabi
          • settokenmeta
          • issue
          • transfer
          • txfee
          • retire
      • Tutorials
        • infra-cli
        • infrablockchain-js
        • Hello World Contract
    • Developer guides: InfraBlockchain EVM
Powered by GitBook
On this page
  • Account On InfraBlockchain-Antelope
  • What is a Wallet?
  • Desktop Wallets
  • InfraBlockchain-Antelope Native
  • InfraBlockchain-Antelope EVM
  • Mobile Wallets
  • Command-Line Wallet
  1. Users

Accounts and Wallets

Account On InfraBlockchain-Antelope

All accounts on InfraBlockchain-Antelope are identified by a twelve character (human-readable) name. This account name represents an uint64_t (unsigned 64-bit integer) identifying the account. This integer is not the account’s public key, neither is it directly related to a specific key-pair. This account name is controlled by one or more key-pairs (which can be updated).

If there is a private key which controls the account ACCOUNT_NAME, that private key can be updated to a new key. Multiple key-pairs can control that specific account, each with specific permissions. By default, the key permissions are “active” and “owner”.

An active key is allowed to take any action (token transfers, pushing actions to applications, etc). The active permission is allowed to update and change its key, but it cannot change the owner’s key.

The owner account has the exclusive function to change its own key, and always the ability to change the active key. This adds an extra layer of security to the system. In the event that an active key has been compromised, the owner key can update the active key.

More specific actions and permissions can be set-up, like multi-signature permissions attached to specific actions (as defined by the smart contract).

What is a Wallet?

A blockchain wallet (e-wallet, crypto wallet or signer) is a tool that you use to interact with a blockchain network. It is a digital wallet that allows users to store and manage their digital private key. A blockchain wallet allows to take any action and push transaction to blockchain network.

A wallet can either be a device or application that stores a collection of cryptographic keys and can be used to send, receive, and track ownership of cryptocurrencies. Wallets can take many forms. A wallet might be a directory or file in your computer's file system, a piece of paper, or a specialized device called a hardware wallet. There are also various smartphone apps and computer programs that provide a user-friendly way to create and manage wallets.

When interacting with the InfraBlockchain-Antelope, your choice of wallet software for safely storing and utilizing your tokens is one of the most critical decisions that you can make. Important factors include security, usability, and integrations for dApps and trading. Your wallet is your doorway into the InfraBlockchain-Antelope network.

Once you have created your InfraBlockchain-Antelope account, and linked it with your wallet provider, then you are ready to start interacting with the InfraBlockchain-Antelope network.

Desktop Wallets

The desktop version enables users to store their wallet directly on their computer.

InfraBlockchain-Antelope Native

  • WIP

InfraBlockchain-Antelope EVM

  • WIP

Mobile Wallets

  • WIP

Command-Line Wallet

PreviousProducts and SupportsNextGetting started with InfraBlockchain-Antelope Block Producers

Last updated 1 year ago

infra-cli: developed by

InfraBlockchain