1.0.5 • Published 1 year ago

generate-nice-eth-address v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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"));