This is a script that generates Aptos accounts and saves them to a file.
- Node.js (v12 or higher)
- npm or yarn package manager
-
Clone the repository:
git clone git@github.com:methodnumber13/aptos-scripts.git
-
Install dependencies:
npm install
-
Create a
.env
file and update the following variablesACCOUNTS_COUNT=
number-of-accounts
FILE_PATH=
output-file-path
To generate and save the Aptos accounts, run the following command:
npm run generate-accounts