Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thislooksrare/solana-wallet-generator
https://github.com/thislooksrare/solana-wallet-generator
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thislooksrare/solana-wallet-generator
- Owner: thislooksrare
- Created: 2022-02-08T03:04:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T02:36:09.000Z (over 2 years ago)
- Last Synced: 2024-08-02T06:15:31.838Z (3 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 18
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solana-nfts - Solana Address Generator - generate fancy looking solana addresses. (🙏 Community-built Tools / for Metaplex (other))
- awesome-solana-nfts-v2 - Solana Address Generator - generate fancy looking solana addresses. (🙏 Community-built Tools / for Metaplex (other))
README
## what it does
![](screenshot.png)
this tool comes in handy if you want to start a solana project and want a customized solana address.
it basically generates addresses and outputs you the credentials for accounts that have a matching name.
Usually when displaying Solana addresses, most services cut everything between the first 4 and the last 4 digits.
This tool gives you the opportunity to get a cool address for your project!
Please do not use it extensively because you basically spam the Solana network with it.## install
git clone this repository, then switch to the new folder and execute
```
npm install
```## how to use
edit the file index.js and change the parameters on the top of the file for your needs
then
```
npm start
```## faster alternatives
you should check out this repo for GPU based address gathering
https://github.com/mcf-rocks/solanity___