https://github.com/gkucmierz/vanity-eth
Vanity ETH Address Generator
https://github.com/gkucmierz/vanity-eth
address eth ethereum generator vanity vue vuejs
Last synced: about 1 year ago
JSON representation
Vanity ETH Address Generator
- Host: GitHub
- URL: https://github.com/gkucmierz/vanity-eth
- Owner: gkucmierz
- Created: 2022-09-21T15:58:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T17:54:17.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:02:54.195Z (about 1 year ago)
- Topics: address, eth, ethereum, generator, vanity, vue, vuejs
- Language: JavaScript
- Homepage: https://gkucmierz.github.io/vanity-eth
- Size: 842 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vanity-eth
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).