Skip to content

tboy1337/solana-generate-wallets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solana Generate Wallets

This repository allows you to generate 50 Solana wallets along with their associated 24-word secret phrases.

Setup Instructions

1. Fork the Repository

Fork this repository to your own GitHub account.

2. Configure Repository Visibility

  1. Navigate to Settings.
  2. Scroll down to Change repository visibility.
  3. Set the visibility to Private.

3. Adjust Workflow Permissions

  1. Go to Settings > Actions > General.
  2. Scroll down to Workflow permissions.
  3. Select Read and write permissions.
  4. Click Save.

4. Run the Workflow

  1. Navigate to Actions > Generate Solana Wallets.
  2. Click the Run Workflow dropdown.
  3. Select Run Workflow to generate the wallets.

The wallets and secrets will be saved in the file solana_wallets.json.

License

This project is licensed under the terms of the MIT License.

Notes

  • Ensure your repository is set to Private to maintain the security of the generated wallets and secret phrases.