Create an Account
Create a New Account
Call create_account
to create a new account
This method will return a number of parameters including the accounts id, the main_address to receive assets, and the first_block_index.
To protect yourself from ever losing your the associated funds in the account, run export_account_secrets
using the * account_id* from the previous step to show the secret mnemonic that can be used to import the account again
An account's secret mnemonic is extremely sensitive and anyone with this information will be able to see and spend from your account! Please use best practices for securing and storing this information as without it you will lose all access to your account and funds.
Import an Existing Account
If you already have an account, you can access it with the import_account
method.
Last updated
Was this helpful?