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

https://github.com/perlin-network/wavelet-faucet

React component for interacting with a Wavelet faucet.
https://github.com/perlin-network/wavelet-faucet

Last synced: 9 months ago
JSON representation

React component for interacting with a Wavelet faucet.

Awesome Lists containing this project

README

          

# Wavelet Faucet

A React component to tap into the Wavelet's testnet faucet, to add PERLs to a wallet.

## Usage

```js
import { FaucetButton, themes: { mono } } from 'wavelet-faucet';
...

```

The component uses style-components with a default darkTheme. In order to customize the look'n'feel you can either pass in your own theme or simply target class names.

## Development

### `npm start` or `yarn start`

Runs the component in the watch mode.

### `npm run build or yarn build`

Builds the component for production to the `dist` folder.