Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vittominacori/ethereum-badge

A simple DApp that allows you creating an Ethereum badge for your address to share or embed in your website.
https://github.com/vittominacori/ethereum-badge

dapp ethreum web3js

Last synced: 22 days ago
JSON representation

A simple DApp that allows you creating an Ethereum badge for your address to share or embed in your website.

Awesome Lists containing this project

README

        

---
component: Home
---

# ETHBadge

A simple DApp that allows you creating an Ethereum badge for your address to share or embed in your website.

## Install dependencies

```bash
npm install
```

## Run DEV server

```bash
npm run dev
```

## Build dist

```bash
npm run build
```

## Deploy to gh-pages branch

```bash
npm run deploy
```

## License

Code released under the [MIT License](https://github.com/vittominacori/ethereum-badge/blob/master/LICENSE).