3 releases
0.1.2 | Jul 23, 2022 |
---|---|
0.1.1 | Jul 7, 2022 |
0.1.0 | Jul 5, 2022 |
#13 in #aptos
76KB
1K
SLoC
aptos-create-resource-account
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.
Setup
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
Usage
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
lib.rs
:
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.
Setup
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
Usage
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.
Dependencies
~91MB
~2M SLoC