crat-cli
v1.3.0
Published
CLI tool for generating Solana vanity addresses
Maintainers
Readme
Crat CLI
Crat is a high-performance CLI tool for generating Solana vanity addresses.
Installation
NPM
You can install crat-cli directly from NPM:
npm install -g crat-cliHomebrew
If you have a custom tap set up:
brew tap yourusername/crat
brew install cratUsage
The basic command structure is crat run <pattern>.
Generate a vanity address starting with specific characters:
crat run astiGenerate a vanity address ending with specific characters:
crat run 777 --endCase Insensitive Search:
crat run asti --ignore-caseOptions
| Option | Description |
|--------|-------------|
| -e, --end | Search for the pattern at the end of the address. |
| -i, --ignore-case | Perform a case-insensitive search. |
License
ISC
