| Crates.io | aptos-create-resource-account |
| lib.rs | aptos-create-resource-account |
| version | 0.1.2 |
| created_at | 2022-07-05 22:40:08.905176+00 |
| updated_at | 2022-07-23 04:08:47.016873+00 |
| description | CLI for creating Aptos resource accounts. |
| homepage | https://aptos.is |
| repository | https://github.com/aptosis/aptos-toolkit |
| max_upload_size | |
| id | 620095 |
| size | 139,833 |
CLI for creating Aptos resource accounts.
Note: this CLI will be changed in the near future, since resource accounts are still being developed in aptos-core.
To use this CLI, you may install this crate via Cargo:
cargo install aptos-create-resource-account
You should also have an Aptos CLI configuration file, which can be created using:
aptos init
Run the following command to create a new resource account:
aptos-create-resource-account my-account
This will create a profile in your .aptos/config.yaml with the name my-account.
You can then use this profile to publish modules, run scripts, etc.
License: Apache-2.0