Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SVGies
## A generative art unique wallet identifier

A 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
```