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.
- Host: GitHub
- URL: https://github.com/perlin-network/wavelet-faucet
- Owner: perlin-network
- Created: 2019-07-29T01:36:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T15:17:31.000Z (about 3 years ago)
- Last Synced: 2025-03-27T07:35:54.350Z (10 months ago)
- Language: JavaScript
- Size: 2.86 MB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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.