Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.86 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.86 KB

AXONE Faucet Web App

🚰 Token Faucet Web App for the AXONE testnet network.

version lint build conventional commits contributor covenant license TypeScript prettier

Purpose

A webapp that allows users to get a small amount of axone tokens to play with the AXONE testnet.

Setup

🚚 Install the dependencies and build the project:

yarn

yarn build

Launch

Run the server with the following command line:

yarn start

Then open http://localhost:3000 to launch the Web App.