Documentation
Search…
INTRODUCTION
USERS
DEVELOPMENT ENVIRONMENT
SOFTWARE MANUALS
Core
How To Guides
How To Ban An Unwanted Account
How To Calculate Reward For An Author
How To Calculate Reward For A Beneficiary
How To Calculate Reward For A Curator
How To Create A Wallet
How To Create An Account
How To Create A Proxy Account
How To Create Key Pair
How To Delegate Resources
How To Deploy A Node Using A Snapshot
How To Deploy A Smart Contract
How To Get Account Information
How To Get Block Information
How To Get Transaction Information
How To Import A Key
How To Link Permission
How To List All Key Pair
How To Stake Tokens
How To Stop A Node Using Docker
How To Submit A Proposal For HardFork
How To Transfer Tokens To A Worker
How To Undelegate Resources
How To Unlink Permission
How To Unstake Tokens
How To Vote
API Reference
Cleos Command Reference
Explorer Command Reference
DEVPORTAL
VALIDATORS
Powered By
GitBook
How To Create An Account
Goal
Register an account in the system and delegate staked tokens to it so that this account can perform transactions.
Before you begin
Install the currently supported version of
cleos
.
Understand the following:
What is an
account
;
What is a
public
and
private
key pair.
Created an Owner and an Active key pair.
Imported a key pair which can authorize on behalf of a creator account.
Steps
User
alice
creates the
bob
account name and transfers to him 100 CYBER tokens:
1
$ cleos system newaccount alice bob
"100.0000 CYBER"
Copied!
If the
--transfer
flag is added to command line then staked tokens will irrevocably be transferred to created account:
1
$ cleos system newaccount alice bob
"100.0000 CYBER"
--transfer
Copied!
Previous
How To Create A Wallet
Next
How To Create A Proxy Account
Last modified
2yr ago
Copy link
Contents
Goal
Before you begin
Steps