Account
The account command allows you to manage your accounts.
bunx infinit account [options] [command]The command must be executed in the root directory of your project.
The account private key is encrypted with the user password and stored at
~/.infinit/accounts which can be shared across the projects.Options
| Option | Description |
|---|---|
-h, --help | Display help for command |
Commands
| Command | Description |
|---|---|
list | List available accounts and balances |
import [id] | Import an existing account into INFINIT CLI |
generate [id] | Generate a new account with a random private key |
delete <id> | Delete an account |
export <id> | Export an account private key |