generate-nice-eth-address
v1.0.5
Published
generate ethereum address with desired ending string, eg: 6666 or 8888
Downloads
20
Readme
GENERATE NICE ETH ADDRESS
Tool generate nice eth address with user desired ending string.
Features
- Generate nice ending eth address, eg: 0x...666, 0x...888, the longer ending string you need, the longer time the tool run
Installing
NodeJS
npm install generate-nice-eth-address
Usage Example
import { generate } from "generate-nice-eth-address";
console.log(generate("888"));