https://github.com/puti94/vanity-address
substrate 靓号生成器
https://github.com/puti94/vanity-address
polkadot polkadot-js substrate vanity-address
Last synced: 2 months ago
JSON representation
substrate 靓号生成器
- Host: GitHub
- URL: https://github.com/puti94/vanity-address
- Owner: puti94
- License: mit
- Created: 2020-01-04T07:55:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:16:53.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:40:59.647Z (4 months ago)
- Topics: polkadot, polkadot-js, substrate, vanity-address
- Language: JavaScript
- Homepage: https://va.substrate.top
- Size: 3.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# substrate-vanity-address
## substrate底层架构的靓号生成器([体验地址](https://va.substrate.top))## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```