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

https://github.com/axone-protocol/faucet-web

🚰 Token faucet web app for the Axone testnets.
https://github.com/axone-protocol/faucet-web

cosmos-sdk faucet token web3

Last synced: 9 months ago
JSON representation

🚰 Token faucet web app for the Axone testnets.

Awesome Lists containing this project

README

          

# AXONE Faucet Web App

> 🚰 Token Faucet Web App for the [AXONE]([axone.xyz](https://axone.xyz)) testnet network.

[![version](https://img.shields.io/github/v/release/axone-protocol/faucet-web?style=for-the-badge&logo=github)](https://github.com/axone-protocol/faucet-web/releases)
[![lint](https://img.shields.io/github/actions/workflow/status/axone-protocol/faucet-web/lint.yml?branch=main&label=lint&style=for-the-badge&logo=github)](https://github.com/axone-protocol/faucet-web/actions/workflows/lint.yml)
[![build](https://img.shields.io/github/actions/workflow/status/axone-protocol/faucet-web/build.yml?branch=main&label=build&style=for-the-badge&logo=github)](https://github.com/axone-protocol/faucet-web/actions/workflows/build.yml)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge&logo=conventionalcommits)](https://conventionalcommits.org)
[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)
[![license](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)

## Purpose

A webapp that allows users to get a small amount of `axone` tokens to play with the [AXONE]([axone.xyz](https://axone.xyz)) testnet.

## Setup

🚚 Install the dependencies and build the project:

```sh
yarn

yarn build
```

### Launch

Run the server with the following command line:

```sh
yarn start
```

Then open [http://localhost:3000](http://localhost:3000) to launch the Web App.