Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opensquare-network/polkadot-react-identicon


https://github.com/opensquare-network/polkadot-react-identicon

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Polkadot-react-identicon

This project provides a React UI component which takes a valid `Polkadot` address and generates a svg image.

## Usage
1. Get the package
`yarn add @osn/polkadot-react-identicon`
2. Import as a ES mudule
`import Identicon from "@osn/polkadot-react-identicon"`
3. Apply in a react based project
``

## Develop

To stat a demo, get this project, run:

### `yarn start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

To test importation or deploy to npmjs.com, run:

### `yarn build`

Builds the component in `dist` directory, use `yarn link` under `react-idenicon` and then `yarn link react-idenicon` under the project wants to use this.