Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 17 hours 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T06:43:10.000Z (about 2 years ago)
- Last Synced: 2024-10-12T22:14:36.241Z (about 1 month ago)
- Topics: address, eth, ethereum, generator, vanity, vue, vuejs
- Language: JavaScript
- Homepage: https://gkucmierz.github.io/vanity-eth
- Size: 841 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/).