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.
- Host: GitHub
- URL: https://github.com/axone-protocol/faucet-web
- Owner: axone-protocol
- License: bsd-3-clause
- Created: 2022-05-19T13:24:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T12:48:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T09:26:18.962Z (almost 2 years ago)
- Topics: cosmos-sdk, faucet, token, web3
- Language: TypeScript
- Homepage: https://faucet.okp4.network/
- Size: 1.48 MB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - axone-protocol/faucet-web - 🚰 Token faucet web app for the Axone testnets. (TypeScript)
README
# AXONE Faucet Web App
> 🚰 Token Faucet Web App for the [AXONE]([axone.xyz](https://axone.xyz)) testnet network.
[](https://github.com/axone-protocol/faucet-web/releases)
[](https://github.com/axone-protocol/faucet-web/actions/workflows/lint.yml)
[](https://github.com/axone-protocol/faucet-web/actions/workflows/build.yml)
[](https://conventionalcommits.org)
[](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)

[](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.