Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7i7o/svgies-vite
Vite Frontend for SVGies
https://github.com/7i7o/svgies-vite
Last synced: about 1 month ago
JSON representation
Vite Frontend for SVGies
- Host: GitHub
- URL: https://github.com/7i7o/svgies-vite
- Owner: 7i7o
- Created: 2022-08-07T00:10:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T18:20:05.000Z (about 1 year ago)
- Last Synced: 2024-04-16T09:06:30.721Z (9 months ago)
- Language: JavaScript
- Homepage: svgies-vite.vercel.app
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVGies
## A generative art unique wallet identifierA new way to identify your ethereum wallet, with beautifully crafted bezier curves that never pixelate (due to being SVGs).
Inspired by *Blockies*, **SVGies** was born as a simple and easy, graphical way to distiguishing one address from another.
## Installation
### Clone the repo
```bash
git clone https://github.com/7i7o/svgies-vite
```### Using `npm`
- Install dependencies
```bash
cd svgies-vite
npm install
```- Run the development server
```bash
npm run dev
```### Using `yarn`
- Install dependencies
```bash
cd svgies-vite
yarn
```- Run the development server
```bash
yarn dev
```