Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tboy1337/solana-generate-wallets
Solana Wallet & Secret Generator
https://github.com/tboy1337/solana-generate-wallets
generator mnemonic secret solana wallet
Last synced: 6 days ago
JSON representation
Solana Wallet & Secret Generator
- Host: GitHub
- URL: https://github.com/tboy1337/solana-generate-wallets
- Owner: tboy1337
- License: mit
- Created: 2024-12-16T02:11:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T13:47:34.000Z (about 1 month ago)
- Last Synced: 2025-01-05T14:37:37.527Z (about 1 month ago)
- Topics: generator, mnemonic, secret, solana, wallet
- Language: JavaScript
- Homepage: https://github.com/tboy1337
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](LICENSE.txt).## Notes
- Ensure your repository is set to **Private** to maintain the security of the generated wallets and secret phrases.