Create an Account
In a Wire Blockchain, creating a new account is a privilege reserved for existing account holders, who have sufficient system resources to submit a transaction and who have control over the sysio account, which is typically the case on a local blockchain.
Prerequisites
- Install the currently supported version of
clio
info
| The clio tool is bundled with the Wire software. Installing Wire Core will also install the clio tool.
- Accounts and Permissions.
- Understand public and private key.
- You have access to a local Wire node.
- You have authority over the
sysioaccount and access to the account's private key. - Created an Owner and an Active key pair. For more information, see Create a Key Pair article.
- Import a private key to the wallet which can authorize on behalf of a creator account.
REMINDER
The install process has already set up the wallet for the root user. To interact with clio, ensure you are on the root user. Run sudo su - to switch to the root user.