Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 627 Bytes

Aptos Account Generator

This is a script that generates Aptos accounts and saves them to a file.

Prerequisites

  • Node.js (v12 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone git@github.com:methodnumber13/aptos-scripts.git
  2. Install dependencies:

    npm install
  3. Create a .env file and update the following variables

    ACCOUNTS_COUNT= number-of-accounts

    FILE_PATH= output-file-path

Usage

To generate and save the Aptos accounts, run the following command:

npm run generate-accounts