Skip to content

methodnumber13/aptos-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published