Files
nym/testnet-faucet
Tommy Verrall a792dd2b0f minor test to covering sending funds to a wallet
. quick and simple, subject to obviously change.
2021-11-18 20:01:23 +00:00
..
2021-11-18 15:52:41 +00:00
2021-11-18 13:31:01 +00:00
2021-11-18 13:31:01 +00:00
2021-11-18 15:55:33 +00:00
2021-11-18 13:31:01 +00:00
2021-11-18 13:31:01 +00:00

Testnet Faucet Page

Install dependencies

Run yarn install

Add environment variables

Create a .env file in the root of the project. Copy the keys from the .env.sample file (found in the project root) into the .env file and add in the required values`

Run development mode

Run yarn dev

Build app

Run yarn build

The output can be found in the dist folder